| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
TestRunSummary |
TestRunSummary.clone() |
TestRunSummary |
TestRunSummary.withRunEndTime(Date runEndTime)
The run end time of the test run summary.
|
TestRunSummary |
TestRunSummary.withRunStartTime(Date runStartTime)
The run start time of the test run summary.
|
TestRunSummary |
TestRunSummary.withStatus(String status)
The status of the test run summary.
|
TestRunSummary |
TestRunSummary.withStatus(TestRunStatus status)
The status of the test run summary.
|
TestRunSummary |
TestRunSummary.withStatusReason(String statusReason)
The status reason of the test run summary.
|
TestRunSummary |
TestRunSummary.withTestConfigurationId(String testConfigurationId)
The test configuration ID of the test run summary.
|
TestRunSummary |
TestRunSummary.withTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version of the test run summary.
|
TestRunSummary |
TestRunSummary.withTestRunArn(String testRunArn)
The test run ARN of the test run summary.
|
TestRunSummary |
TestRunSummary.withTestRunId(String testRunId)
The test run ID of the test run summary.
|
TestRunSummary |
TestRunSummary.withTestSuiteId(String testSuiteId)
The test suite ID of the test run summary.
|
TestRunSummary |
TestRunSummary.withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestRunSummary> |
ListTestRunsResult.getTestRuns()
The test runs of the response query.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestRunsResult |
ListTestRunsResult.withTestRuns(TestRunSummary... testRuns)
The test runs of the response query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestRunsResult.setTestRuns(Collection<TestRunSummary> testRuns)
The test runs of the response query.
|
ListTestRunsResult |
ListTestRunsResult.withTestRuns(Collection<TestRunSummary> testRuns)
The test runs of the response query.
|
Copyright © 2025. All rights reserved.