Interface SuiteRunInformation.Builder

  • Method Details

    • suiteDefinitionId

      SuiteRunInformation.Builder suiteDefinitionId(String suiteDefinitionId)

      Suite definition ID of the suite run.

      Parameters:
      suiteDefinitionId - Suite definition ID of the suite run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suiteDefinitionVersion

      SuiteRunInformation.Builder suiteDefinitionVersion(String suiteDefinitionVersion)

      Suite definition version of the suite run.

      Parameters:
      suiteDefinitionVersion - Suite definition version of the suite run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suiteDefinitionName

      SuiteRunInformation.Builder suiteDefinitionName(String suiteDefinitionName)

      Suite definition name of the suite run.

      Parameters:
      suiteDefinitionName - Suite definition name of the suite run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suiteRunId

      SuiteRunInformation.Builder suiteRunId(String suiteRunId)

      Suite run ID of the suite run.

      Parameters:
      suiteRunId - Suite run ID of the suite run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      SuiteRunInformation.Builder createdAt(Instant createdAt)

      Date (in Unix epoch time) when the suite run was created.

      Parameters:
      createdAt - Date (in Unix epoch time) when the suite run was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      SuiteRunInformation.Builder startedAt(Instant startedAt)

      Date (in Unix epoch time) when the suite run was started.

      Parameters:
      startedAt - Date (in Unix epoch time) when the suite run was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endAt

      Date (in Unix epoch time) when the suite run ended.

      Parameters:
      endAt - Date (in Unix epoch time) when the suite run ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Status of the suite run.

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

      Status of the suite run.

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

      Number of test cases that passed in the suite run.

      Parameters:
      passed - Number of test cases that passed in the suite run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failed

      Number of test cases that failed in the suite run.

      Parameters:
      failed - Number of test cases that failed in the suite run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.