@Entity public class TestCaseResultErrorImpl extends BambooEntityObject implements TestCaseResultError, Serializable
Constructor and Description |
---|
TestCaseResultErrorImpl() |
TestCaseResultErrorImpl(String content) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
TestCaseResult |
getTestCaseResult() |
protected void |
setContent(String content) |
void |
setTestCaseResult(TestCaseResult testCaseResult)
Set the test case result this error is associated with
|
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public TestCaseResultErrorImpl()
public TestCaseResultErrorImpl(String content)
public String getContent()
getContent
in interface TestCaseResultError
protected void setContent(String content)
public TestCaseResult getTestCaseResult()
getTestCaseResult
in interface TestCaseResultError
public void setTestCaseResult(TestCaseResult testCaseResult)
TestCaseResultError
setTestCaseResult
in interface TestCaseResultError
testCaseResult
- - the associated test case result.Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.