| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
TestRunStepSummary |
TestRunStepSummary.clone() |
TestRunStepSummary |
TestRunStepSummary.withAfterStep(Boolean afterStep)
The after step of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withBeforeStep(Boolean beforeStep)
The before step of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withRunEndTime(Date runEndTime)
The run end time of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withRunStartTime(Date runStartTime)
The run start time of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withStatus(StepRunStatus status)
The status of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withStatus(String status)
The status of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withStatusReason(String statusReason)
The status reason of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withStepName(String stepName)
The step name of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withTestCaseId(String testCaseId)
The test case ID of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withTestCaseVersion(Integer testCaseVersion)
The test case version of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withTestRunId(String testRunId)
The test run ID of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withTestSuiteId(String testSuiteId)
The test suite ID of the test run step summary.
|
TestRunStepSummary |
TestRunStepSummary.withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run step summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestRunStepSummary> |
ListTestRunStepsResult.getTestRunSteps()
The test run steps of the response query.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestRunStepsResult |
ListTestRunStepsResult.withTestRunSteps(TestRunStepSummary... testRunSteps)
The test run steps of the response query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestRunStepsResult.setTestRunSteps(Collection<TestRunStepSummary> testRunSteps)
The test run steps of the response query.
|
ListTestRunStepsResult |
ListTestRunStepsResult.withTestRunSteps(Collection<TestRunStepSummary> testRunSteps)
The test run steps of the response query.
|
Copyright © 2025. All rights reserved.