Class TRPlanEntry
java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRPlanEntry
public class TRPlanEntry extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()LonggetAssignedtoId()The ID of the user the test run(s) should be assigned toList<Long>getCaseIds()An array of case IDs for the custom case selectionList<Long>getConfigIds()An array of configuration IDs used for the test runs of the test plan entry (requires TestRail 3.1 or later)StringgetDescription()The description of the test run(s) (requires TestRail 5.2 or later)StringgetId()UUIDBooleangetIncludeAll()True for including all test cases of the test suite and false for a custom case selection (default: true)StringgetName()The name of the test run(s)List<TRRun>getRuns()An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)LonggetSuiteId()The ID of the test suite for the test run(s) (required) (Required)inthashCode()voidsetAdditionalProperty(String name, Object value)voidsetAssignedtoId(Long assignedtoId)The ID of the user the test run(s) should be assigned tovoidsetCaseIds(List<Long> caseIds)An array of case IDs for the custom case selectionvoidsetConfigIds(List<Long> configIds)An array of configuration IDs used for the test runs of the test plan entry (requires TestRail 3.1 or later)voidsetDescription(String description)The description of the test run(s) (requires TestRail 5.2 or later)voidsetId(String id)UUIDvoidsetIncludeAll(Boolean includeAll)True for including all test cases of the test suite and false for a custom case selection (default: true)voidsetName(String name)The name of the test run(s)voidsetRuns(List<TRRun> runs)An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)voidsetSuiteId(Long suiteId)The ID of the test suite for the test run(s) (required) (Required)StringtoString()TRPlanEntrywithAdditionalProperty(String name, Object value)TRPlanEntrywithAssignedtoId(Long assignedtoId)TRPlanEntrywithCaseIds(List<Long> caseIds)TRPlanEntrywithConfigIds(List<Long> configIds)TRPlanEntrywithDescription(String description)TRPlanEntrywithId(String id)TRPlanEntrywithIncludeAll(Boolean includeAll)TRPlanEntrywithName(String name)TRPlanEntrywithRuns(List<TRRun> runs)TRPlanEntrywithSuiteId(Long suiteId)
-
Constructor Details
-
TRPlanEntry
public TRPlanEntry()No args constructor for use in serialization -
TRPlanEntry
public TRPlanEntry(String id, Long suiteId, String name, String description, Long assignedtoId, Boolean includeAll, List<Long> caseIds, List<Long> configIds, List<TRRun> runs)- Parameters:
suiteId-assignedtoId-name-description-includeAll-caseIds-configIds-id-runs-
-
-
Method Details
-
getId
UUID -
setId
UUID -
withId
-
getSuiteId
The ID of the test suite for the test run(s) (required) (Required) -
setSuiteId
The ID of the test suite for the test run(s) (required) (Required) -
withSuiteId
-
getName
The name of the test run(s) -
setName
The name of the test run(s) -
withName
-
getDescription
The description of the test run(s) (requires TestRail 5.2 or later) -
setDescription
The description of the test run(s) (requires TestRail 5.2 or later) -
withDescription
-
getAssignedtoId
The ID of the user the test run(s) should be assigned to -
setAssignedtoId
The ID of the user the test run(s) should be assigned to -
withAssignedtoId
-
getIncludeAll
True for including all test cases of the test suite and false for a custom case selection (default: true) -
setIncludeAll
True for including all test cases of the test suite and false for a custom case selection (default: true) -
withIncludeAll
-
getCaseIds
An array of case IDs for the custom case selection -
setCaseIds
An array of case IDs for the custom case selection -
withCaseIds
-
getConfigIds
An array of configuration IDs used for the test runs of the test plan entry (requires TestRail 3.1 or later) -
setConfigIds
An array of configuration IDs used for the test runs of the test plan entry (requires TestRail 3.1 or later) -
withConfigIds
-
getRuns
An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later) -
setRuns
An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later) -
withRuns
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-