Interface StartTestRunResponse.Builder

  • Method Details

    • testRunId

      StartTestRunResponse.Builder testRunId(String testRunId)

      The test run ID of the test run.

      Parameters:
      testRunId - The test run ID of the test run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testRunStatus

      StartTestRunResponse.Builder testRunStatus(String testRunStatus)

      The test run status of the test run.

      Parameters:
      testRunStatus - The test run status of the test run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • testRunStatus

      StartTestRunResponse.Builder testRunStatus(TestRunStatus testRunStatus)

      The test run status of the test run.

      Parameters:
      testRunStatus - The test run status of the test run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: