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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setContent
(String content) void
setTestCaseResult
(TestCaseResult testCaseResult) Set the test case result this error is associated withMethods 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 Details
-
TestCaseResultErrorImpl
public TestCaseResultErrorImpl() -
TestCaseResultErrorImpl
-
-
Method Details
-
getContent
- Specified by:
getContent
in interfaceTestCaseResultError
- Returns:
- The error message
-
setContent
-
getTestCaseResult
- Specified by:
getTestCaseResult
in interfaceTestCaseResultError
- Returns:
- Associated TestCaseResult
-
setTestCaseResult
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.
-