Interface GetTestRunStepResponse.Builder

  • Method Details

    • stepName

      The step name of the test run step.

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

      GetTestRunStepResponse.Builder testRunId(String testRunId)

      The test run ID of the test run step.

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

      GetTestRunStepResponse.Builder testCaseId(String testCaseId)

      The test case ID of the test run step.

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

      GetTestRunStepResponse.Builder testCaseVersion(Integer testCaseVersion)

      The test case version of the test run step.

      Parameters:
      testCaseVersion - The test case version of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testSuiteId

      GetTestRunStepResponse.Builder testSuiteId(String testSuiteId)

      The test suite ID of the test run step.

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

      GetTestRunStepResponse.Builder testSuiteVersion(Integer testSuiteVersion)

      The test suite version of the test run step.

      Parameters:
      testSuiteVersion - The test suite version of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beforeStep

      GetTestRunStepResponse.Builder beforeStep(Boolean beforeStep)

      The before steps of the test run step.

      Parameters:
      beforeStep - The before steps of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • afterStep

      The after steps of the test run step.

      Parameters:
      afterStep - The after steps of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the test run step.

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

      The status of the test run step.

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

      GetTestRunStepResponse.Builder statusReason(String statusReason)

      The status reason of the test run step.

      Parameters:
      statusReason - The status reason of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runStartTime

      GetTestRunStepResponse.Builder runStartTime(Instant runStartTime)

      The run start time of the test run step.

      Parameters:
      runStartTime - The run start time of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runEndTime

      GetTestRunStepResponse.Builder runEndTime(Instant runEndTime)

      The run end time of the test run step.

      Parameters:
      runEndTime - The run end time of the test run step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepRunSummary

      GetTestRunStepResponse.Builder stepRunSummary(StepRunSummary stepRunSummary)

      The step run summary of the test run step.

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

      default GetTestRunStepResponse.Builder stepRunSummary(Consumer<StepRunSummary.Builder> stepRunSummary)

      The step run summary of the test run step.

      This is a convenience method that creates an instance of the StepRunSummary.Builder avoiding the need to create one manually via StepRunSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to stepRunSummary(StepRunSummary).

      Parameters:
      stepRunSummary - a consumer that will call methods on StepRunSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: