com.atlassian.bamboo.resultsummary.tests
Interface TestCaseResultError

All Superinterfaces:
BambooObject
All Known Implementing Classes:
TestCaseResultErrorImpl

public interface TestCaseResultError
extends BambooObject

Represents an error against a testCaseResult


Method Summary
 java.lang.String getContent()
           
 TestCaseResult getTestCaseResult()
           
 void setTestCaseResult(TestCaseResult result)
          Set the test case result this error is associated with
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Method Detail

getContent

java.lang.String getContent()
Returns:
The error message

getTestCaseResult

TestCaseResult getTestCaseResult()
Returns:
Associated TestCaseResult

setTestCaseResult

void setTestCaseResult(TestCaseResult result)
Set the test case result this error is associated with

Parameters:
result - - the associated test case result.


Copyright © 2010 Atlassian. All Rights Reserved.