Interface TestCaseResultError
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
TestCaseResultErrorImpl
Represents an error against a testCaseResult
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTestCaseResult
(TestCaseResult result) Set the test case result this error is associated withMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getContent
String getContent()- Returns:
- The error message
-
getTestCaseResult
TestCaseResult getTestCaseResult()- Returns:
- Associated TestCaseResult
-
setTestCaseResult
Set the test case result this error is associated with- Parameters:
result
- - the associated test case result.
-