Interface TestCaseExecution.Builder

  • Method Details

    • startTime

      TestCaseExecution.Builder startTime(Instant startTime)

      The timestamp when the test case execution started.

      Parameters:
      startTime - The timestamp when the test case execution started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The timestamp when the test case execution ended.

      Parameters:
      endTime - The timestamp when the test case execution ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testCaseExecutionId

      TestCaseExecution.Builder testCaseExecutionId(String testCaseExecutionId)

      The identifier of the test case execution.

      Parameters:
      testCaseExecutionId - The identifier of the test case execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testCaseId

      TestCaseExecution.Builder testCaseId(String testCaseId)

      The identifier of the test case.

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

      TestCaseExecution.Builder testCaseExecutionStatus(String testCaseExecutionStatus)

      The status of the test case execution.

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

      TestCaseExecution.Builder testCaseExecutionStatus(TestCaseExecutionStatus testCaseExecutionStatus)

      The status of the test case execution.

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

      The tags used to organize, track, or control access for this resource.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.