public class TestStepLog extends QTestBaseModel<TestStepLog>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
TestStepLog() |
| Modifier and Type | Method and Description |
|---|---|
TestStepLog |
addDefect(DefectLink defectLink)
Add the defectLink to test step log.
|
protected TestStepLog |
clone() |
java.lang.String |
elementName() |
java.lang.String |
getActualResult() |
java.lang.Long |
getCalledTestCaseId() |
java.lang.String |
getCalledTestCaseName() |
java.util.List<DefectLink> |
getDefects() |
java.lang.Integer |
getGroup() |
java.lang.Long |
getId() |
java.lang.Integer |
getOrder() |
java.lang.Long |
getParentTestStepId() |
ExecutionStatus |
getStatus() |
TestStep |
getTestStep() |
java.lang.Long |
getTestStepId() |
java.lang.String |
jsonElementName() |
TestStepLog |
setActualResult(java.lang.String actualResult)
Sets the actual result.
|
TestStepLog |
setCalledTestCaseId(java.lang.Long calledTestCaseId)
Sets the called test case id.
|
TestStepLog |
setCalledTestCaseName(java.lang.String calledTestCaseName)
Sets called test case name.
|
TestStepLog |
setDefects(java.util.List<DefectLink> defectLinks)
Sets the list of defectLinks.
|
TestStepLog |
setGroup(java.lang.Integer group)
Sets the test step log group.
|
TestStepLog |
setId(java.lang.Long id)
Sets the test step log id.
|
TestStepLog |
setOrder(java.lang.Integer order)
Sets the order of test step log in test case.
|
TestStepLog |
setParentTestStepId(java.lang.Long parentTestStepId) |
TestStepLog |
setStatus(ExecutionStatus status)
Sets the test step log status.
|
TestStepLog |
setTestStep(TestStep testStep)
Sets test step instance.
|
TestStepLog |
setTestStepId(java.lang.Long testStepId)
Sets the test step id.
|
TestStepLog |
withActualResult(java.lang.String actualResult)
Sets the actual result.
|
TestStepLog |
withCalledTestCaseId(java.lang.Long calledTestCaseId)
Sets the called test case id.
|
TestStepLog |
withCalledTestCaseName(java.lang.String calledTestCaseName)
Sets called test case name.
|
TestStepLog |
withDefects(java.util.List<DefectLink> defectLinks)
Sets the list of defectLinks.
|
TestStepLog |
withGroup(java.lang.Integer group)
Sets the test step log group.
|
TestStepLog |
withId(java.lang.Long id)
Sets the test step log id.
|
TestStepLog |
withOrder(java.lang.Integer order)
Sets the order of test step log in test case.
|
TestStepLog |
withParentTestStepId(java.lang.Long parentTestStepId) |
TestStepLog |
withStatus(ExecutionStatus status)
Sets the test step log status.
|
TestStepLog |
withTestStep(TestStep testStep)
Sets test step instance.
|
TestStepLog |
withTestStepId(java.lang.Long testStepId)
Sets the test step id.
|
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 TestStepLog setId(java.lang.Long id)
id - the given test step log id to set.public TestStepLog withId(java.lang.Long id)
id - the given test step log id to set.public java.lang.Long getTestStepId()
public TestStepLog setTestStepId(java.lang.Long testStepId)
testStepId - the given test step id to set.public TestStepLog withTestStepId(java.lang.Long testStepId)
testStepId - the given test step id to set.public ExecutionStatus getStatus()
public TestStepLog setStatus(ExecutionStatus status)
status - the given test step log status to set.public TestStepLog withStatus(ExecutionStatus status)
status - the given test step log status to set.public java.lang.String getActualResult()
public TestStepLog setActualResult(java.lang.String actualResult)
actualResult - the given actual result to set.public TestStepLog withActualResult(java.lang.String actualResult)
actualResult - the given actual result to set.public java.lang.Integer getOrder()
public TestStepLog setOrder(java.lang.Integer order)
order - the given test step log's order to set.public TestStepLog withOrder(java.lang.Integer order)
order - the given test step log's order to set.public java.lang.Integer getGroup()
public TestStepLog setGroup(java.lang.Integer group)
group - the given test step log group.public TestStepLog withGroup(java.lang.Integer group)
group - the given test step log group.public java.lang.String getCalledTestCaseName()
public TestStepLog setCalledTestCaseName(java.lang.String calledTestCaseName)
calledTestCaseName - the given called test case name to set.public TestStepLog withCalledTestCaseName(java.lang.String calledTestCaseName)
calledTestCaseName - the given called test case name to set.public java.lang.Long getCalledTestCaseId()
public TestStepLog setCalledTestCaseId(java.lang.Long calledTestCaseId)
calledTestCaseId - the given called test case id to set.public TestStepLog withCalledTestCaseId(java.lang.Long calledTestCaseId)
calledTestCaseId - the given called test case id to set.public TestStepLog setTestStep(TestStep testStep)
testStep - the given test step instance to set.public TestStepLog withTestStep(TestStep testStep)
testStep - the given test step instance to set.public java.util.List<DefectLink> getDefects()
public TestStepLog setDefects(java.util.List<DefectLink> defectLinks)
defectLinks - the given list of defectLinks to set.public TestStepLog withDefects(java.util.List<DefectLink> defectLinks)
defectLinks - the given list of defectLinks to set.public TestStepLog addDefect(DefectLink defectLink)
defectLink - the given defectLink to add.public java.lang.Long getParentTestStepId()
public TestStepLog setParentTestStepId(java.lang.Long parentTestStepId)
public TestStepLog withParentTestStepId(java.lang.Long parentTestStepId)
protected TestStepLog clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainer