@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, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic TestCaseResultErrorImpl()
public TestCaseResultErrorImpl(String content)
public String getContent()
getContent in interface TestCaseResultErrorprotected void setContent(String content)
public TestCaseResult getTestCaseResult()
getTestCaseResult in interface TestCaseResultErrorpublic void setTestCaseResult(TestCaseResult testCaseResult)
TestCaseResultErrorsetTestCaseResult in interface TestCaseResultErrortestCaseResult - - the associated test case result.Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.