com.atlassian.bamboo.resultsummary.tests
Class TestCaseResultErrorImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by 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

Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
TestCaseResultErrorImpl()
           
TestCaseResultErrorImpl(java.lang.String content)
           
 
Method Summary
 java.lang.String getContent()
           
 TestCaseResult getTestCaseResult()
           
protected  void setContent(java.lang.String content)
           
 void setTestCaseResult(TestCaseResult testCaseResult)
          Set the test case result this error is associated with
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
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
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Constructor Detail

TestCaseResultErrorImpl

public TestCaseResultErrorImpl()

TestCaseResultErrorImpl

public TestCaseResultErrorImpl(java.lang.String content)
Method Detail

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 © 2011 Atlassian. All Rights Reserved.