java.lang.Object
org.alfresco.utility.testrail.model.Run

public class Run extends Object
Represents on Run from TestRail { "id": 1, "suite_id": 1, "name": "Test Run 9/3/2016", "description": null, "milestone_id": null, "assignedto_id": null, "include_all": false, "is_completed": true, "completed_on": 1472920906, "config": null, "config_ids": [], "passed_count": 0, "blocked_count": 0, "untested_count": 4, "retest_count": 0, "failed_count": 1, "custom_status1_count": 0, "custom_status2_count": 0, "custom_status3_count": 0, "custom_status4_count": 0, "custom_status5_count": 0, "custom_status6_count": 0, "custom_status7_count": 0, "project_id": 1, "plan_id": null, "created_on": 1472920404, "created_by": 1, "url": "https://pauly.testrail.net/index.php?/runs/view/1" }
  • Constructor Details

    • Run

      public Run()
  • Method Details

    • getCustom_status1_count

      public int getCustom_status1_count()
    • setCustom_status1_count

      public void setCustom_status1_count(int custom_status1_count)
    • getCustom_status2_count

      public int getCustom_status2_count()
    • setCustom_status2_count

      public void setCustom_status2_count(int custom_status2_count)
    • getCustom_status3_count

      public int getCustom_status3_count()
    • setCustom_status3_count

      public void setCustom_status3_count(int custom_status3_count)
    • getCustom_status4_count

      public int getCustom_status4_count()
    • setCustom_status4_count

      public void setCustom_status4_count(int custom_status4_count)
    • getCustom_status5_count

      public int getCustom_status5_count()
    • setCustom_status5_count

      public void setCustom_status5_count(int custom_status5_count)
    • getCustom_status6_count

      public int getCustom_status6_count()
    • setCustom_status6_count

      public void setCustom_status6_count(int custom_status6_count)
    • getCustom_status7_count

      public int getCustom_status7_count()
    • setCustom_status7_count

      public void setCustom_status7_count(int custom_status7_count)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getSuite_id

      public int getSuite_id()
    • setSuite_id

      public void setSuite_id(int suite_id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMilestone_id

      public int getMilestone_id()
    • setMilestone_id

      public void setMilestone_id(int milestone_id)
    • getAssignedto_id

      public int getAssignedto_id()
    • setAssignedto_id

      public void setAssignedto_id(int assignedto_id)
    • isInclude_all

      public boolean isInclude_all()
    • setInclude_all

      public void setInclude_all(boolean include_all)
    • isIs_completed

      public boolean isIs_completed()
    • setIs_completed

      public void setIs_completed(boolean is_completed)
    • getCompleted_on

      public String getCompleted_on()
    • setCompleted_on

      public void setCompleted_on(String completed_on)
    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getConfig_ids

      public String[] getConfig_ids()
    • setConfig_ids

      public void setConfig_ids(String[] config_ids)
    • getPassed_count

      public int getPassed_count()
    • setPassed_count

      public void setPassed_count(int passed_count)
    • getBlocked_count

      public int getBlocked_count()
    • setBlocked_count

      public void setBlocked_count(int blocked_count)
    • getUntested_count

      public int getUntested_count()
    • setUntested_count

      public void setUntested_count(int untested_count)
    • getRetest_count

      public int getRetest_count()
    • setRetest_count

      public void setRetest_count(int retest_count)
    • getFailed_count

      public int getFailed_count()
    • setFailed_count

      public void setFailed_count(int failed_count)
    • getProject_id

      public int getProject_id()
    • setProject_id

      public void setProject_id(int project_id)
    • getPlan_id

      public int getPlan_id()
    • setPlan_id

      public void setPlan_id(int plan_id)
    • getCreated_on

      public String getCreated_on()
    • setCreated_on

      public void setCreated_on(String created_on)
    • getCreated_by

      public int getCreated_by()
    • setCreated_by

      public void setCreated_by(int created_by)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)