Interface TestCaseResultError
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
TestCaseResultErrorImpl
public interface TestCaseResultError extends BambooObject
Represents an error against a testCaseResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-
-
-
Method Detail
-
getContent
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.
-
-