GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.afterStep(Boolean afterStep) |
The after steps of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.beforeStep(Boolean beforeStep) |
The before steps of the test run step.
|
static GetTestRunStepResponse.Builder |
GetTestRunStepResponse.builder() |
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.runEndTime(Instant runEndTime) |
The run end time of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.runStartTime(Instant runStartTime) |
The run start time of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.status(String status) |
The status of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.status(StepRunStatus status) |
The status of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.statusReason(String statusReason) |
The status reason of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.stepName(String stepName) |
The step name of the test run step.
|
default GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.stepRunSummary(Consumer<StepRunSummary.Builder> stepRunSummary) |
The step run summary of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.stepRunSummary(StepRunSummary stepRunSummary) |
The step run summary of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.testCaseId(String testCaseId) |
The test case ID of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.testCaseVersion(Integer testCaseVersion) |
The test case version of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.testRunId(String testRunId) |
The test run ID of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.testSuiteId(String testSuiteId) |
The test suite ID of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.Builder.testSuiteVersion(Integer testSuiteVersion) |
The test suite version of the test run step.
|
GetTestRunStepResponse.Builder |
GetTestRunStepResponse.toBuilder() |
|