com.atlassian.bamboo.resultsummary.tests
Class TestCaseResultErrorImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.resultsummary.tests.TestCaseResultErrorImpl
- All Implemented Interfaces:
- BambooObject, TestCaseResultError, java.io.Serializable, java.lang.Cloneable
public class TestCaseResultErrorImpl
- extends BambooEntityObject
- implements TestCaseResultError, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TestCaseResultErrorImpl
public TestCaseResultErrorImpl()
TestCaseResultErrorImpl
public TestCaseResultErrorImpl(java.lang.String content)
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface TestCaseResultError
- Returns:
- The error message
setContent
protected void setContent(java.lang.String content)
getTestCaseResult
public TestCaseResult getTestCaseResult()
- Specified by:
getTestCaseResult
in interface TestCaseResultError
- 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 interface TestCaseResultError
- Parameters:
testCaseResult
- - the associated test case result.
Copyright © 2010 Atlassian. All Rights Reserved.