public class TestCycle extends QTestBaseModel<TestCycle>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
TestCycle() |
| Modifier and Type | Method and Description |
|---|---|
protected TestCycle |
clone() |
java.lang.String |
elementName() |
java.lang.String |
getDescription() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
java.lang.Integer |
getOrder() |
java.lang.String |
getPid() |
java.lang.Long |
getTargetBuildId() |
java.util.List<TestCycle> |
getTestCycles() |
java.util.List<TestSuite> |
getTestSuites() |
java.lang.String |
jsonElementName() |
TestCycle |
setDescription(java.lang.String description)
Sets test cycle description.
|
TestCycle |
setId(java.lang.Long id)
Sets the test cycle identifier.
|
TestCycle |
setName(java.lang.String name)
Sets test cycle name.
|
TestCycle |
setOrder(java.lang.Integer order)
Sets the test cycle order.
|
TestCycle |
setPid(java.lang.String pid)
Sets the test cycle project based identifier.
|
TestCycle |
setTargetBuildId(java.lang.Long targetBuildId)
Sets the target build identifier.
|
TestCycle |
setTestCycles(java.util.List<TestCycle> testCycles)
Sets the list of test-cycles to current cycles.
|
TestCycle |
setTestSuites(java.util.List<TestSuite> testSuites)
Sets the list of test-suites to current cycles.
|
TestCycle |
withDescription(java.lang.String description)
Sets test cycle description.
|
TestCycle |
withId(java.lang.Long id)
Sets the test cycle identifier.
|
TestCycle |
withId(java.lang.String pid)
Sets the test cycle project based identifier.
|
TestCycle |
withName(java.lang.String name)
Sets test cycle name.
|
TestCycle |
withOrder(java.lang.Integer order)
Sets the test cycle order and return current test cycle.
|
TestCycle |
withTargetBuildId(java.lang.Long targetBuildId)
Sets the target build identifier.
|
TestCycle |
withTestCycles(java.util.List<TestCycle> testCycles)
Sets the list of test-cycles to current cycles.
|
TestCycle |
withTestSuites(java.util.List<TestSuite> testSuites)
Sets the list of test-suites to current cycles.
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.Long getId()
public TestCycle setId(java.lang.Long id)
id - the given test cycle id to set.public TestCycle withId(java.lang.Long id)
id - the given test cycle id to set.public java.lang.String getPid()
public TestCycle setPid(java.lang.String pid)
pid - the given test cycle project based id to set.public TestCycle withId(java.lang.String pid)
pid - the given test cycle project based id to set.public java.lang.String getName()
public TestCycle setName(java.lang.String name)
name - the given test cycle name to set.public TestCycle withName(java.lang.String name)
name - the given test cycle name to set.public java.lang.String getDescription()
public TestCycle setDescription(java.lang.String description)
description - the given test cycle description to set.public TestCycle withDescription(java.lang.String description)
description - the given test cycle description to set.public java.lang.Integer getOrder()
public TestCycle setOrder(java.lang.Integer order)
order - the given test cycle order to set.public TestCycle withOrder(java.lang.Integer order)
order - the given test cycle order to set.public java.lang.Long getTargetBuildId()
public TestCycle setTargetBuildId(java.lang.Long targetBuildId)
targetBuildId - the given target build identifier to set.public TestCycle withTargetBuildId(java.lang.Long targetBuildId)
targetBuildId - the given target build identifier.public java.util.List<TestCycle> getTestCycles()
public TestCycle setTestCycles(java.util.List<TestCycle> testCycles)
testCycles - the given list of test-cycles to set.public TestCycle withTestCycles(java.util.List<TestCycle> testCycles)
testCycles - the given list of test-cycles to set.public java.util.List<TestSuite> getTestSuites()
public TestCycle setTestSuites(java.util.List<TestSuite> testSuites)
testSuites - the given list of test-suites to set.public TestCycle withTestSuites(java.util.List<TestSuite> testSuites)
testSuites - the given list of test-suites to set.protected TestCycle clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainer