static TestCaseRunSummary.Builder |
TestCaseRunSummary.builder() |
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.runEndTime(Instant runEndTime) |
The run end time of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.runStartTime(Instant runStartTime) |
The run start time of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.status(String status) |
The status of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.status(TestCaseRunStatus status) |
The status of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.statusReason(String statusReason) |
The status reason of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.testCaseId(String testCaseId) |
The test case id of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.testCaseVersion(Integer testCaseVersion) |
The test case version of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.Builder.testRunId(String testRunId) |
The test run id of the test case run summary.
|
TestCaseRunSummary.Builder |
TestCaseRunSummary.toBuilder() |
|