Class TestCaseResultErrorImpl
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.resultsummary.tests.TestCaseResultErrorImpl
-
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,TestCaseResultError
,Serializable
,Cloneable
@Entity public class TestCaseResultErrorImpl extends BambooEntityObject implements TestCaseResultError, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestCaseResultErrorImpl()
TestCaseResultErrorImpl(String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
TestCaseResult
getTestCaseResult()
protected void
setContent(String content)
void
setTestCaseResult(TestCaseResult testCaseResult)
Set the test case result this error is associated with-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-
-
-
Constructor Detail
-
TestCaseResultErrorImpl
public TestCaseResultErrorImpl()
-
TestCaseResultErrorImpl
public TestCaseResultErrorImpl(String content)
-
-
Method Detail
-
getContent
public String getContent()
- Specified by:
getContent
in interfaceTestCaseResultError
- Returns:
- The error message
-
setContent
protected void setContent(String content)
-
getTestCaseResult
public TestCaseResult getTestCaseResult()
- Specified by:
getTestCaseResult
in interfaceTestCaseResultError
- Returns:
- Associated TestCaseResult
-
setTestCaseResult
public void setTestCaseResult(TestCaseResult testCaseResult)
Description copied from interface:TestCaseResultError
Set the test case result this error is associated with- Specified by:
setTestCaseResult
in interfaceTestCaseResultError
- Parameters:
testCaseResult
- - the associated test case result.
-
-