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 voidsetContent(String content) voidsetTestCaseResult(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, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
TestCaseResultErrorImpl
public TestCaseResultErrorImpl() -
TestCaseResultErrorImpl
-
-
Method Details
-
getContent
- Specified by:
getContentin interfaceTestCaseResultError- Returns:
- The error message
-
setContent
-
getTestCaseResult
- Specified by:
getTestCaseResultin interfaceTestCaseResultError- Returns:
- Associated TestCaseResult
-
setTestCaseResult
Description copied from interface:TestCaseResultErrorSet the test case result this error is associated with- Specified by:
setTestCaseResultin interfaceTestCaseResultError- Parameters:
testCaseResult- - the associated test case result.
-