Class TRPlan
java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRPlan
public class TRPlan extends Object
-
Constructor Summary
Constructors Constructor Description TRPlan()No args constructor for use in serializationTRPlan(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) -
Method Summary
Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()LonggetAssignedtoId()The ID of the user the entire test plan is assigned toLonggetBlockedCount()The amount of tests in the test plan marked as blockedLonggetCompletedOn()The date/time when the test plan was closed (as UNIX timestamp)LonggetCreatedBy()The ID of the user who created the test planLonggetCreatedOn()The date/time when the test plan was created (as UNIX timestamp)LonggetCustomStatus1Count()The amount of tests in the test plan with the respective custom statusLonggetCustomStatus2Count()The amount of tests in the test plan with the respective custom statusLonggetCustomStatus3Count()The amount of tests in the test plan with the respective custom statusLonggetCustomStatus4Count()The amount of tests in the test plan with the respective custom statusLonggetCustomStatus5Count()The amount of tests in the test plan with the respective custom statusLonggetCustomStatus6Count()The amount of tests in the test plan with the respective custom statusLonggetCustomStatus7Count()The amount of tests in the test plan with the respective custom statusStringgetDescription()The description of the test planList<TRPlanEntry>getEntries()An array of 'entries', i.e.LonggetFailedCount()The amount of tests in the test plan marked as failedLonggetId()The unique ID of the test planBooleangetIsCompleted()True if the test plan was closed and false otherwiseLonggetMilestoneId()The ID of the milestone this test plan belongs toStringgetName()The name of the test plan (Required)LonggetPassedCount()The amount of tests in the test plan marked as passedLonggetProjectId()The ID of the project this test plan belongs toLonggetRetestCount()The amount of tests in the test plan marked as retestLonggetUntestedCount()The amount of tests in the test plan marked as untestedStringgetUrl()The address/URL of the test plan in the user interfaceinthashCode()voidsetAdditionalProperty(String name, Object value)voidsetAssignedtoId(Long assignedtoId)The ID of the user the entire test plan is assigned tovoidsetBlockedCount(Long blockedCount)The amount of tests in the test plan marked as blockedvoidsetCompletedOn(Long completedOn)The date/time when the test plan was closed (as UNIX timestamp)voidsetCreatedBy(Long createdBy)The ID of the user who created the test planvoidsetCreatedOn(Long createdOn)The date/time when the test plan was created (as UNIX timestamp)voidsetCustomStatus1Count(Long customStatus1Count)The amount of tests in the test plan with the respective custom statusvoidsetCustomStatus2Count(Long customStatus2Count)The amount of tests in the test plan with the respective custom statusvoidsetCustomStatus3Count(Long customStatus3Count)The amount of tests in the test plan with the respective custom statusvoidsetCustomStatus4Count(Long customStatus4Count)The amount of tests in the test plan with the respective custom statusvoidsetCustomStatus5Count(Long customStatus5Count)The amount of tests in the test plan with the respective custom statusvoidsetCustomStatus6Count(Long customStatus6Count)The amount of tests in the test plan with the respective custom statusvoidsetCustomStatus7Count(Long customStatus7Count)The amount of tests in the test plan with the respective custom statusvoidsetDescription(String description)The description of the test planvoidsetEntries(List<TRPlanEntry> entries)An array of 'entries', i.e.voidsetFailedCount(Long failedCount)The amount of tests in the test plan marked as failedvoidsetId(Long id)The unique ID of the test planvoidsetIsCompleted(Boolean isCompleted)True if the test plan was closed and false otherwisevoidsetMilestoneId(Long milestoneId)The ID of the milestone this test plan belongs tovoidsetName(String name)The name of the test plan (Required)voidsetPassedCount(Long passedCount)The amount of tests in the test plan marked as passedvoidsetProjectId(Long projectId)The ID of the project this test plan belongs tovoidsetRetestCount(Long retestCount)The amount of tests in the test plan marked as retestvoidsetUntestedCount(Long untestedCount)The amount of tests in the test plan marked as untestedvoidsetUrl(String url)The address/URL of the test plan in the user interfaceStringtoString()TRPlanwithAdditionalProperty(String name, Object value)TRPlanwithAssignedtoId(Long assignedtoId)TRPlanwithBlockedCount(Long blockedCount)TRPlanwithCompletedOn(Long completedOn)TRPlanwithCreatedBy(Long createdBy)TRPlanwithCreatedOn(Long createdOn)TRPlanwithCustomStatus1Count(Long customStatus1Count)TRPlanwithCustomStatus2Count(Long customStatus2Count)TRPlanwithCustomStatus3Count(Long customStatus3Count)TRPlanwithCustomStatus4Count(Long customStatus4Count)TRPlanwithCustomStatus5Count(Long customStatus5Count)TRPlanwithCustomStatus6Count(Long customStatus6Count)TRPlanwithCustomStatus7Count(Long customStatus7Count)TRPlanwithDescription(String description)TRPlanwithEntries(List<TRPlanEntry> entries)TRPlanwithFailedCount(Long failedCount)TRPlanwithId(Long id)TRPlanwithIsCompleted(Boolean isCompleted)TRPlanwithMilestoneId(Long milestoneId)TRPlanwithName(String name)TRPlanwithPassedCount(Long passedCount)TRPlanwithProjectId(Long projectId)TRPlanwithRetestCount(Long retestCount)TRPlanwithUntestedCount(Long untestedCount)TRPlanwithUrl(String url)
-
Constructor Details
-
TRPlan
public TRPlan()No args constructor for use in serialization -
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)- Parameters:
customStatus7Count-blockedCount-customStatus4Count-retestCount-milestoneId-description-createdOn-url-customStatus2Count-customStatus5Count-entries-failedCount-untestedCount-createdBy-assignedtoId-completedOn-name-customStatus1Count-customStatus3Count-passedCount-id-projectId-customStatus6Count-isCompleted-
-
-
Method Details
-
getAssignedtoId
The ID of the user the entire test plan is assigned to -
setAssignedtoId
The ID of the user the entire test plan is assigned to -
withAssignedtoId
-
getBlockedCount
The amount of tests in the test plan marked as blocked -
setBlockedCount
The amount of tests in the test plan marked as blocked -
withBlockedCount
-
getCompletedOn
The date/time when the test plan was closed (as UNIX timestamp) -
setCompletedOn
The date/time when the test plan was closed (as UNIX timestamp) -
withCompletedOn
-
getCreatedBy
The ID of the user who created the test plan -
setCreatedBy
The ID of the user who created the test plan -
withCreatedBy
-
getCreatedOn
The date/time when the test plan was created (as UNIX timestamp) -
setCreatedOn
The date/time when the test plan was created (as UNIX timestamp) -
withCreatedOn
-
getCustomStatus1Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus1Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus1Count
-
getCustomStatus2Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus2Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus2Count
-
getCustomStatus3Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus3Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus3Count
-
getCustomStatus4Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus4Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus4Count
-
getCustomStatus5Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus5Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus5Count
-
getCustomStatus6Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus6Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus6Count
-
getCustomStatus7Count
The amount of tests in the test plan with the respective custom status -
setCustomStatus7Count
The amount of tests in the test plan with the respective custom status -
withCustomStatus7Count
-
getDescription
The description of the test plan -
setDescription
The description of the test plan -
withDescription
-
getEntries
An array of 'entries', i.e. group of test runs -
setEntries
An array of 'entries', i.e. group of test runs -
withEntries
-
getFailedCount
The amount of tests in the test plan marked as failed -
setFailedCount
The amount of tests in the test plan marked as failed -
withFailedCount
-
getId
The unique ID of the test plan -
setId
The unique ID of the test plan -
withId
-
getIsCompleted
True if the test plan was closed and false otherwise -
setIsCompleted
True if the test plan was closed and false otherwise -
withIsCompleted
-
getMilestoneId
The ID of the milestone this test plan belongs to -
setMilestoneId
The ID of the milestone this test plan belongs to -
withMilestoneId
-
getName
The name of the test plan (Required) -
setName
The name of the test plan (Required) -
withName
-
getPassedCount
The amount of tests in the test plan marked as passed -
setPassedCount
The amount of tests in the test plan marked as passed -
withPassedCount
-
getProjectId
The ID of the project this test plan belongs to -
setProjectId
The ID of the project this test plan belongs to -
withProjectId
-
getRetestCount
The amount of tests in the test plan marked as retest -
setRetestCount
The amount of tests in the test plan marked as retest -
withRetestCount
-
getUntestedCount
The amount of tests in the test plan marked as untested -
setUntestedCount
The amount of tests in the test plan marked as untested -
withUntestedCount
-
getUrl
The address/URL of the test plan in the user interface -
setUrl
The address/URL of the test plan in the user interface -
withUrl
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-