public class TRRun extends Object
| Constructor and Description |
|---|
TRRun()
No args constructor for use in serialization
|
TRRun(Long assignedtoId,
Long blockedCount,
Long completedOn,
String config,
String entryId,
Long entryIndex,
List<Long> configIds,
List<Long> caseIds,
Long createdBy,
Long createdOn,
Long customStatus1Count,
Long customStatus2Count,
Long customStatus3Count,
Long customStatus4Count,
Long customStatus5Count,
Long customStatus6Count,
Long customStatus7Count,
Long customStatus8Count,
Long customStatus9Count,
String description,
Long failedCount,
Long id,
Boolean includeAll,
Boolean isCompleted,
Long milestoneId,
String name,
Long passedCount,
Long planId,
Long projectId,
Long retestCount,
Long suiteId,
Long untestedCount,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getAssignedtoId()
The ID of the user the entire test run is assigned to
|
Long |
getBlockedCount()
The amount of tests in the test run marked as blocked
|
List<Long> |
getCaseIds()
An array of case IDs for the custom case selection
|
Long |
getCompletedOn()
The date/time when the test run was closed (as UNIX timestamp)
|
String |
getConfig()
The configuration of the test run as string (if part of a test plan)
|
List<Long> |
getConfigIds()
The array of IDs of the configurations of the test run (if part of a test plan)
|
Long |
getCreatedBy()
The ID of the user who created the test run
|
Long |
getCreatedOn()
The date/time when the test run was created (as UNIX timestamp)
|
Long |
getCustomStatus1Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus2Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus3Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus4Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus5Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus6Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus7Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus8Count()
The amount of tests in the test run with the respective custom status
|
Long |
getCustomStatus9Count()
The amount of tests in the test run with the respective custom status
|
String |
getDescription()
The description of the test run
|
String |
getEntryId()
Test plan entry UUID
|
Long |
getEntryIndex()
Test plan entry index
|
Long |
getFailedCount()
The amount of tests in the test run marked as failed
|
Long |
getId()
The unique ID of the test run
|
Boolean |
getIncludeAll()
True if the test run includes all test cases and false otherwise
|
Boolean |
getIsCompleted()
True if the test run was closed and false otherwise
|
Long |
getMilestoneId()
The ID of the milestone this test run belongs to
|
String |
getName()
The name of the test run
|
Long |
getPassedCount()
The amount of tests in the test run marked as passed
|
Long |
getPlanId()
The ID of the test plan this test run belongs to
|
Long |
getProjectId()
The ID of the project this test run belongs to
|
Long |
getRetestCount()
The amount of tests in the test run marked as retest
|
Long |
getSuiteId()
The ID of the test suite this test run is derived from
|
Long |
getUntestedCount()
The amount of tests in the test run marked as untested
|
String |
getUrl()
The address/URL of the test run in the user interface
|
int |
hashCode() |
void |
setAssignedtoId(Long assignedtoId)
The ID of the user the entire test run is assigned to
|
void |
setBlockedCount(Long blockedCount)
The amount of tests in the test run marked as blocked
|
void |
setCaseIds(List<Long> caseIds)
An array of case IDs for the custom case selection
|
void |
setCompletedOn(Long completedOn)
The date/time when the test run was closed (as UNIX timestamp)
|
void |
setConfig(String config)
The configuration of the test run as string (if part of a test plan)
|
void |
setConfigIds(List<Long> configIds)
The array of IDs of the configurations of the test run (if part of a test plan)
|
void |
setCreatedBy(Long createdBy)
The ID of the user who created the test run
|
void |
setCreatedOn(Long createdOn)
The date/time when the test run was created (as UNIX timestamp)
|
void |
setCustomStatus1Count(Long customStatus1Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus2Count(Long customStatus2Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus3Count(Long customStatus3Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus4Count(Long customStatus4Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus5Count(Long customStatus5Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus6Count(Long customStatus6Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus7Count(Long customStatus7Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus8Count(Long customStatus8Count)
The amount of tests in the test run with the respective custom status
|
void |
setCustomStatus9Count(Long customStatus9Count)
The amount of tests in the test run with the respective custom status
|
void |
setDescription(String description)
The description of the test run
|
void |
setEntryId(String entryId)
Test plan entry UUID
|
void |
setEntryIndex(Long entryIndex)
Test plan entry index
|
void |
setFailedCount(Long failedCount)
The amount of tests in the test run marked as failed
|
void |
setId(Long id)
The unique ID of the test run
|
void |
setIncludeAll(Boolean includeAll)
True if the test run includes all test cases and false otherwise
|
void |
setIsCompleted(Boolean isCompleted)
True if the test run was closed and false otherwise
|
void |
setMilestoneId(Long milestoneId)
The ID of the milestone this test run belongs to
|
void |
setName(String name)
The name of the test run
|
void |
setPassedCount(Long passedCount)
The amount of tests in the test run marked as passed
|
void |
setPlanId(Long planId)
The ID of the test plan this test run belongs to
|
void |
setProjectId(Long projectId)
The ID of the project this test run belongs to
|
void |
setRetestCount(Long retestCount)
The amount of tests in the test run marked as retest
|
void |
setSuiteId(Long suiteId)
The ID of the test suite this test run is derived from
|
void |
setUntestedCount(Long untestedCount)
The amount of tests in the test run marked as untested
|
void |
setUrl(String url)
The address/URL of the test run in the user interface
|
String |
toString() |
TRRun |
withAssignedtoId(Long assignedtoId) |
TRRun |
withBlockedCount(Long blockedCount) |
TRRun |
withCaseIds(List<Long> caseIds) |
TRRun |
withCompletedOn(Long completedOn) |
TRRun |
withConfig(String config) |
TRRun |
withConfigIds(List<Long> configIds) |
TRRun |
withCreatedBy(Long createdBy) |
TRRun |
withCreatedOn(Long createdOn) |
TRRun |
withCustomStatus1Count(Long customStatus1Count) |
TRRun |
withCustomStatus2Count(Long customStatus2Count) |
TRRun |
withCustomStatus3Count(Long customStatus3Count) |
TRRun |
withCustomStatus4Count(Long customStatus4Count) |
TRRun |
withCustomStatus5Count(Long customStatus5Count) |
TRRun |
withCustomStatus6Count(Long customStatus6Count) |
TRRun |
withCustomStatus7Count(Long customStatus7Count) |
TRRun |
withCustomStatus8Count(Long customStatus8Count) |
TRRun |
withCustomStatus9Count(Long customStatus9Count) |
TRRun |
withDescription(String description) |
TRRun |
withEntryId(String entryId) |
TRRun |
withEntryIndex(Long entryIndex) |
TRRun |
withFailedCount(Long failedCount) |
TRRun |
withId(Long id) |
TRRun |
withIncludeAll(Boolean includeAll) |
TRRun |
withIsCompleted(Boolean isCompleted) |
TRRun |
withMilestoneId(Long milestoneId) |
TRRun |
withName(String name) |
TRRun |
withPassedCount(Long passedCount) |
TRRun |
withPlanId(Long planId) |
TRRun |
withProjectId(Long projectId) |
TRRun |
withRetestCount(Long retestCount) |
TRRun |
withSuiteId(Long suiteId) |
TRRun |
withUntestedCount(Long untestedCount) |
TRRun |
withUrl(String url) |
public TRRun()
public TRRun(Long assignedtoId, Long blockedCount, Long completedOn, String config, String entryId, Long entryIndex, List<Long> configIds, List<Long> caseIds, Long createdBy, Long createdOn, Long customStatus1Count, Long customStatus2Count, Long customStatus3Count, Long customStatus4Count, Long customStatus5Count, Long customStatus6Count, Long customStatus7Count, Long customStatus8Count, Long customStatus9Count, String description, Long failedCount, Long id, Boolean includeAll, Boolean isCompleted, Long milestoneId, String name, Long passedCount, Long planId, Long projectId, Long retestCount, Long suiteId, Long untestedCount, String url)
customStatus7Count - blockedCount - customStatus4Count - milestoneId - description - includeAll - createdOn - entryId - customStatus2Count - untestedCount - configIds - customStatus3Count - passedCount - planId - customStatus9Count - id - customStatus6Count - isCompleted - entryIndex - suiteId - retestCount - url - customStatus5Count - failedCount - createdBy - assignedtoId - completedOn - customStatus8Count - name - caseIds - customStatus1Count - config - projectId - public Long getAssignedtoId()
public void setAssignedtoId(Long assignedtoId)
public Long getBlockedCount()
public void setBlockedCount(Long blockedCount)
public Long getCompletedOn()
public void setCompletedOn(Long completedOn)
public String getConfig()
public void setConfig(String config)
public String getEntryId()
public void setEntryId(String entryId)
public Long getEntryIndex()
public void setEntryIndex(Long entryIndex)
public List<Long> getConfigIds()
public void setConfigIds(List<Long> configIds)
public void setCaseIds(List<Long> caseIds)
public Long getCreatedBy()
public void setCreatedBy(Long createdBy)
public Long getCreatedOn()
public void setCreatedOn(Long createdOn)
public Long getCustomStatus1Count()
public void setCustomStatus1Count(Long customStatus1Count)
public Long getCustomStatus2Count()
public void setCustomStatus2Count(Long customStatus2Count)
public Long getCustomStatus3Count()
public void setCustomStatus3Count(Long customStatus3Count)
public Long getCustomStatus4Count()
public void setCustomStatus4Count(Long customStatus4Count)
public Long getCustomStatus5Count()
public void setCustomStatus5Count(Long customStatus5Count)
public Long getCustomStatus6Count()
public void setCustomStatus6Count(Long customStatus6Count)
public Long getCustomStatus7Count()
public void setCustomStatus7Count(Long customStatus7Count)
public Long getCustomStatus8Count()
public void setCustomStatus8Count(Long customStatus8Count)
public Long getCustomStatus9Count()
public void setCustomStatus9Count(Long customStatus9Count)
public String getDescription()
public void setDescription(String description)
public Long getFailedCount()
public void setFailedCount(Long failedCount)
public Long getId()
public void setId(Long id)
public Boolean getIncludeAll()
public void setIncludeAll(Boolean includeAll)
public Boolean getIsCompleted()
public void setIsCompleted(Boolean isCompleted)
public Long getMilestoneId()
public void setMilestoneId(Long milestoneId)
public String getName()
public void setName(String name)
public Long getPassedCount()
public void setPassedCount(Long passedCount)
public Long getPlanId()
public void setPlanId(Long planId)
public Long getProjectId()
public void setProjectId(Long projectId)
public Long getRetestCount()
public void setRetestCount(Long retestCount)
public Long getSuiteId()
public void setSuiteId(Long suiteId)
public Long getUntestedCount()
public void setUntestedCount(Long untestedCount)
public String getUrl()
public void setUrl(String url)
Copyright © 2019. All rights reserved.