com.atlassian.bamboo.resultsummary.tests
Interface TestCaseResultError
- All Superinterfaces:
- BambooIdProvider, BambooObject
- All Known Implementing Classes:
- TestCaseResultErrorImpl
public interface TestCaseResultError
- extends BambooObject
Represents an error against a testCaseResult
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 © 2012 Atlassian. All Rights Reserved.