Interface TestCaseResultError

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
TestCaseResultErrorImpl

public interface TestCaseResultError extends BambooObject
Represents an error against a testCaseResult
  • Method Details

    • 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.