public class TRPlan extends Object
| Constructor and Description |
|---|
TRPlan()
No args constructor for use in serialization
|
TRPlan(Long assignedtoId,
Long blockedCount,
Long completedOn,
Long createdBy,
Long createdOn,
Long customStatus1Count,
Long customStatus2Count,
Long customStatus3Count,
Long customStatus4Count,
Long customStatus5Count,
Long customStatus6Count,
Long customStatus7Count,
String description,
List<TRPlanEntry> entries,
Long failedCount,
Long id,
Boolean isCompleted,
Long milestoneId,
String name,
Long passedCount,
Long projectId,
Long retestCount,
Long untestedCount,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getAssignedtoId()
The ID of the user the entire test plan is assigned to
|
Long |
getBlockedCount()
The amount of tests in the test plan marked as blocked
|
Long |
getCompletedOn()
The date/time when the test plan was closed (as UNIX timestamp)
|
Long |
getCreatedBy()
The ID of the user who created the test plan
|
Long |
getCreatedOn()
The date/time when the test plan was created (as UNIX timestamp)
|
Long |
getCustomStatus1Count()
The amount of tests in the test plan with the respective custom status
|
Long |
getCustomStatus2Count()
The amount of tests in the test plan with the respective custom status
|
Long |
getCustomStatus3Count()
The amount of tests in the test plan with the respective custom status
|
Long |
getCustomStatus4Count()
The amount of tests in the test plan with the respective custom status
|
Long |
getCustomStatus5Count()
The amount of tests in the test plan with the respective custom status
|
Long |
getCustomStatus6Count()
The amount of tests in the test plan with the respective custom status
|
Long |
getCustomStatus7Count()
The amount of tests in the test plan with the respective custom status
|
String |
getDescription()
The description of the test plan
|
List<TRPlanEntry> |
getEntries()
An array of 'entries', i.e.
|
Long |
getFailedCount()
The amount of tests in the test plan marked as failed
|
Long |
getId()
The unique ID of the test plan
|
Boolean |
getIsCompleted()
True if the test plan was closed and false otherwise
|
Long |
getMilestoneId()
The ID of the milestone this test plan belongs to
|
String |
getName()
The name of the test plan
(Required)
|
Long |
getPassedCount()
The amount of tests in the test plan marked as passed
|
Long |
getProjectId()
The ID of the project this test plan belongs to
|
Long |
getRetestCount()
The amount of tests in the test plan marked as retest
|
Long |
getUntestedCount()
The amount of tests in the test plan marked as untested
|
String |
getUrl()
The address/URL of the test plan in the user interface
|
int |
hashCode() |
void |
setAssignedtoId(Long assignedtoId)
The ID of the user the entire test plan is assigned to
|
void |
setBlockedCount(Long blockedCount)
The amount of tests in the test plan marked as blocked
|
void |
setCompletedOn(Long completedOn)
The date/time when the test plan was closed (as UNIX timestamp)
|
void |
setCreatedBy(Long createdBy)
The ID of the user who created the test plan
|
void |
setCreatedOn(Long createdOn)
The date/time when the test plan was created (as UNIX timestamp)
|
void |
setCustomStatus1Count(Long customStatus1Count)
The amount of tests in the test plan with the respective custom status
|
void |
setCustomStatus2Count(Long customStatus2Count)
The amount of tests in the test plan with the respective custom status
|
void |
setCustomStatus3Count(Long customStatus3Count)
The amount of tests in the test plan with the respective custom status
|
void |
setCustomStatus4Count(Long customStatus4Count)
The amount of tests in the test plan with the respective custom status
|
void |
setCustomStatus5Count(Long customStatus5Count)
The amount of tests in the test plan with the respective custom status
|
void |
setCustomStatus6Count(Long customStatus6Count)
The amount of tests in the test plan with the respective custom status
|
void |
setCustomStatus7Count(Long customStatus7Count)
The amount of tests in the test plan with the respective custom status
|
void |
setDescription(String description)
The description of the test plan
|
void |
setEntries(List<TRPlanEntry> entries)
An array of 'entries', i.e.
|
void |
setFailedCount(Long failedCount)
The amount of tests in the test plan marked as failed
|
void |
setId(Long id)
The unique ID of the test plan
|
void |
setIsCompleted(Boolean isCompleted)
True if the test plan was closed and false otherwise
|
void |
setMilestoneId(Long milestoneId)
The ID of the milestone this test plan belongs to
|
void |
setName(String name)
The name of the test plan
(Required)
|
void |
setPassedCount(Long passedCount)
The amount of tests in the test plan marked as passed
|
void |
setProjectId(Long projectId)
The ID of the project this test plan belongs to
|
void |
setRetestCount(Long retestCount)
The amount of tests in the test plan marked as retest
|
void |
setUntestedCount(Long untestedCount)
The amount of tests in the test plan marked as untested
|
void |
setUrl(String url)
The address/URL of the test plan in the user interface
|
String |
toString() |
TRPlan |
withAssignedtoId(Long assignedtoId) |
TRPlan |
withBlockedCount(Long blockedCount) |
TRPlan |
withCompletedOn(Long completedOn) |
TRPlan |
withCreatedBy(Long createdBy) |
TRPlan |
withCreatedOn(Long createdOn) |
TRPlan |
withCustomStatus1Count(Long customStatus1Count) |
TRPlan |
withCustomStatus2Count(Long customStatus2Count) |
TRPlan |
withCustomStatus3Count(Long customStatus3Count) |
TRPlan |
withCustomStatus4Count(Long customStatus4Count) |
TRPlan |
withCustomStatus5Count(Long customStatus5Count) |
TRPlan |
withCustomStatus6Count(Long customStatus6Count) |
TRPlan |
withCustomStatus7Count(Long customStatus7Count) |
TRPlan |
withDescription(String description) |
TRPlan |
withEntries(List<TRPlanEntry> entries) |
TRPlan |
withFailedCount(Long failedCount) |
TRPlan |
withId(Long id) |
TRPlan |
withIsCompleted(Boolean isCompleted) |
TRPlan |
withMilestoneId(Long milestoneId) |
TRPlan |
withName(String name) |
TRPlan |
withPassedCount(Long passedCount) |
TRPlan |
withProjectId(Long projectId) |
TRPlan |
withRetestCount(Long retestCount) |
TRPlan |
withUntestedCount(Long untestedCount) |
TRPlan |
withUrl(String url) |
public TRPlan()
public TRPlan(Long assignedtoId, Long blockedCount, Long completedOn, Long createdBy, Long createdOn, Long customStatus1Count, Long customStatus2Count, Long customStatus3Count, Long customStatus4Count, Long customStatus5Count, Long customStatus6Count, Long customStatus7Count, String description, List<TRPlanEntry> entries, Long failedCount, Long id, Boolean isCompleted, Long milestoneId, String name, Long passedCount, Long projectId, Long retestCount, Long untestedCount, String url)
customStatus7Count - blockedCount - customStatus4Count - retestCount - milestoneId - description - createdOn - url - customStatus2Count - customStatus5Count - entries - failedCount - untestedCount - createdBy - assignedtoId - completedOn - name - customStatus1Count - customStatus3Count - passedCount - id - projectId - customStatus6Count - isCompleted - 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 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 String getDescription()
public void setDescription(String description)
public List<TRPlanEntry> getEntries()
public void setEntries(List<TRPlanEntry> entries)
public TRPlan withEntries(List<TRPlanEntry> entries)
public Long getFailedCount()
public void setFailedCount(Long failedCount)
public Long getId()
public void setId(Long id)
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 getProjectId()
public void setProjectId(Long projectId)
public Long getRetestCount()
public void setRetestCount(Long retestCount)
public Long getUntestedCount()
public void setUntestedCount(Long untestedCount)
public String getUrl()
public void setUrl(String url)
Copyright © 2019. All rights reserved.