Interface GetTestRunStepResponse.Builder

    • Method Detail

      • stepName

        GetTestRunStepResponse.Builder stepName​(String 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

        GetTestRunStepResponse.Builder afterStep​(Boolean 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.
      • 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.