Class TestCase
- java.lang.Object
-
- org.alfresco.utility.testrail.model.TestCase
-
public class TestCase extends java.lang.ObjectRepresents one Test Case object from Test Rail v5.7.0.3951 { "id": 10, "title": "adminShouldCreateComments", "section_id": 2, "template_id": 1, "type_id": 3, "priority_id": 2, "milestone_id": null, "refs": null, "created_by": 1, "created_on": 1472905188, "updated_by": 1, "updated_on": 1472905188, "estimate": null, "estimate_forecast": null, "suite_id": 1, "display_order": 1, "custom_automation_type": 0, "custom_preconds": null, "custom_steps": null, "custom_expected": null, "custom_steps_separated": null, "custom_mission": null, "custom_goals": null, "custom_testlink_id": null }
-
-
Constructor Summary
Constructors Constructor Description TestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCreated_by()java.lang.StringgetCreated_on()java.lang.StringgetCustom_auto_ref()intgetCustom_automation_type()java.lang.StringgetCustom_description()java.util.List<java.lang.Integer>getCustom_exce_type()java.lang.StringgetCustom_expected()java.lang.StringgetCustom_goals()java.util.List<java.lang.String>getCustom_max_version()java.util.List<java.lang.String>getCustom_min_vers()java.lang.StringgetCustom_mission()intgetCustom_platform()java.lang.StringgetCustom_preconds()java.lang.StringgetCustom_steps()java.util.List<CustomStepsSeparated>getCustom_steps_separated()java.lang.StringgetCustom_test_notes()java.lang.StringgetCustom_testlink_id()intgetDisplay_order()java.lang.StringgetEstimate()java.lang.StringgetEstimate_forecast()intgetId()intgetMilestone_id()intgetPriority_id()java.lang.StringgetRefs()intgetSection_id()intgetSuite_id()intgetTemplate_id()java.lang.StringgetTitle()intgetType_id()java.lang.StringgetUpdated_by()java.lang.StringgetUpdated_on()booleanisCustom_executiontype()voidsetCreated_by(int created_by)voidsetCreated_on(java.lang.String created_on)voidsetCustom_auto_ref(java.lang.String custom_auto_ref)voidsetCustom_automation_type(int custom_automation_type)voidsetCustom_description(java.lang.String custom_description)voidsetCustom_exce_type(java.util.List<java.lang.Integer> custom_exce_type)voidsetCustom_executiontype(boolean custom_executiontype)voidsetCustom_expected(java.lang.String custom_expected)voidsetCustom_goals(java.lang.String custom_goals)voidsetCustom_max_version(java.util.List<java.lang.String> custom_max_version)voidsetCustom_min_vers(java.util.List<java.lang.String> custom_min_vers)voidsetCustom_mission(java.lang.String custom_mission)voidsetCustom_platform(int custom_platform)voidsetCustom_preconds(java.lang.String custom_preconds)voidsetCustom_steps(java.lang.String custom_steps)voidsetCustom_steps_separated(java.util.List<CustomStepsSeparated> custom_steps_separated)voidsetCustom_test_notes(java.lang.String custom_test_notes)voidsetCustom_testlink_id(java.lang.String custom_testlink_id)voidsetDisplay_order(int display_order)voidsetEstimate(java.lang.String estimate)voidsetEstimate_forecast(java.lang.String estimate_forecast)voidsetId(int id)voidsetMilestone_id(int milestone_id)voidsetPriority_id(int priority_id)voidsetRefs(java.lang.String refs)voidsetSection_id(int section_id)voidsetSuite_id(int suite_id)voidsetTemplate_id(int template_id)voidsetTitle(java.lang.String title)voidsetType_id(int type_id)voidsetUpdated_by(java.lang.String updated_by)voidsetUpdated_on(java.lang.String updated_on)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getSection_id
public int getSection_id()
-
setSection_id
public void setSection_id(int section_id)
-
getTemplate_id
public int getTemplate_id()
-
setTemplate_id
public void setTemplate_id(int template_id)
-
getType_id
public int getType_id()
-
setType_id
public void setType_id(int type_id)
-
getPriority_id
public int getPriority_id()
-
setPriority_id
public void setPriority_id(int priority_id)
-
getMilestone_id
public int getMilestone_id()
-
setMilestone_id
public void setMilestone_id(int milestone_id)
-
getRefs
public java.lang.String getRefs()
-
setRefs
public void setRefs(java.lang.String refs)
-
getCreated_by
public int getCreated_by()
-
setCreated_by
public void setCreated_by(int created_by)
-
getCreated_on
public java.lang.String getCreated_on()
-
setCreated_on
public void setCreated_on(java.lang.String created_on)
-
getUpdated_by
public java.lang.String getUpdated_by()
-
setUpdated_by
public void setUpdated_by(java.lang.String updated_by)
-
getUpdated_on
public java.lang.String getUpdated_on()
-
setUpdated_on
public void setUpdated_on(java.lang.String updated_on)
-
getEstimate
public java.lang.String getEstimate()
-
setEstimate
public void setEstimate(java.lang.String estimate)
-
getEstimate_forecast
public java.lang.String getEstimate_forecast()
-
setEstimate_forecast
public void setEstimate_forecast(java.lang.String estimate_forecast)
-
getDisplay_order
public int getDisplay_order()
-
setDisplay_order
public void setDisplay_order(int display_order)
-
getSuite_id
public int getSuite_id()
-
setSuite_id
public void setSuite_id(int suite_id)
-
getCustom_preconds
public java.lang.String getCustom_preconds()
-
setCustom_preconds
public void setCustom_preconds(java.lang.String custom_preconds)
-
getCustom_steps
public java.lang.String getCustom_steps()
-
setCustom_steps
public void setCustom_steps(java.lang.String custom_steps)
-
getCustom_expected
public java.lang.String getCustom_expected()
-
setCustom_expected
public void setCustom_expected(java.lang.String custom_expected)
-
getCustom_steps_separated
public java.util.List<CustomStepsSeparated> getCustom_steps_separated()
-
setCustom_steps_separated
public void setCustom_steps_separated(java.util.List<CustomStepsSeparated> custom_steps_separated)
-
getCustom_mission
public java.lang.String getCustom_mission()
-
setCustom_mission
public void setCustom_mission(java.lang.String custom_mission)
-
getCustom_goals
public java.lang.String getCustom_goals()
-
setCustom_goals
public void setCustom_goals(java.lang.String custom_goals)
-
getCustom_exce_type
public java.util.List<java.lang.Integer> getCustom_exce_type()
-
setCustom_exce_type
public void setCustom_exce_type(java.util.List<java.lang.Integer> custom_exce_type)
-
isCustom_executiontype
public boolean isCustom_executiontype()
-
setCustom_executiontype
public void setCustom_executiontype(boolean custom_executiontype)
-
getCustom_automation_type
public int getCustom_automation_type()
-
setCustom_automation_type
public void setCustom_automation_type(int custom_automation_type)
-
getCustom_auto_ref
public java.lang.String getCustom_auto_ref()
-
setCustom_auto_ref
public void setCustom_auto_ref(java.lang.String custom_auto_ref)
-
getCustom_description
public java.lang.String getCustom_description()
-
setCustom_description
public void setCustom_description(java.lang.String custom_description)
-
getCustom_test_notes
public java.lang.String getCustom_test_notes()
-
setCustom_test_notes
public void setCustom_test_notes(java.lang.String custom_test_notes)
-
getCustom_max_version
public java.util.List<java.lang.String> getCustom_max_version()
-
setCustom_max_version
public void setCustom_max_version(java.util.List<java.lang.String> custom_max_version)
-
getCustom_min_vers
public java.util.List<java.lang.String> getCustom_min_vers()
-
setCustom_min_vers
public void setCustom_min_vers(java.util.List<java.lang.String> custom_min_vers)
-
getCustom_platform
public int getCustom_platform()
-
setCustom_platform
public void setCustom_platform(int custom_platform)
-
getCustom_testlink_id
public java.lang.String getCustom_testlink_id()
-
setCustom_testlink_id
public void setCustom_testlink_id(java.lang.String custom_testlink_id)
-
-