Interface TestRunStepSummary.Builder

    • Method Detail

      • stepName

        TestRunStepSummary.Builder stepName​(String stepName)

        The step name of the test run step summary.

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

        TestRunStepSummary.Builder testRunId​(String testRunId)

        The test run ID of the test run step summary.

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

        TestRunStepSummary.Builder testCaseId​(String testCaseId)

        The test case ID of the test run step summary.

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

        TestRunStepSummary.Builder testCaseVersion​(Integer testCaseVersion)

        The test case version of the test run step summary.

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

        TestRunStepSummary.Builder testSuiteId​(String testSuiteId)

        The test suite ID of the test run step summary.

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

        TestRunStepSummary.Builder testSuiteVersion​(Integer testSuiteVersion)

        The test suite version of the test run step summary.

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

        TestRunStepSummary.Builder beforeStep​(Boolean beforeStep)

        The before step of the test run step summary.

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

        TestRunStepSummary.Builder afterStep​(Boolean afterStep)

        The after step of the test run step summary.

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

        TestRunStepSummary.Builder status​(String status)

        The status of the test run step summary.

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

        TestRunStepSummary.Builder statusReason​(String statusReason)

        The status reason of the test run step summary.

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

        TestRunStepSummary.Builder runStartTime​(Instant runStartTime)

        The run start time of the test run step summary.

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

        TestRunStepSummary.Builder runEndTime​(Instant runEndTime)

        The run end time of the test run step summary.

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