Interface TestCaseRunSummary.Builder

    • Method Detail

      • testCaseId

        TestCaseRunSummary.Builder testCaseId​(String testCaseId)

        The test case id of the test case run summary.

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

        TestCaseRunSummary.Builder testCaseVersion​(Integer testCaseVersion)

        The test case version of the test case run summary.

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

        TestCaseRunSummary.Builder testRunId​(String testRunId)

        The test run id of the test case run summary.

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

        TestCaseRunSummary.Builder statusReason​(String statusReason)

        The status reason of the test case run summary.

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

        TestCaseRunSummary.Builder runStartTime​(Instant runStartTime)

        The run start time of the test case run summary.

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

        TestCaseRunSummary.Builder runEndTime​(Instant runEndTime)

        The run end time of the test case run summary.

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