| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseRunSummary |
TestCaseRunSummary.clone() |
TestCaseRunSummary |
TestCaseRunSummary.withRunEndTime(Date runEndTime)
The run end time of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withRunStartTime(Date runStartTime)
The run start time of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withStatus(String status)
The status of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withStatus(TestCaseRunStatus status)
The status of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withStatusReason(String statusReason)
The status reason of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withTestCaseId(String testCaseId)
The test case id of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withTestCaseVersion(Integer testCaseVersion)
The test case version of the test case run summary.
|
TestCaseRunSummary |
TestCaseRunSummary.withTestRunId(String testRunId)
The test run id of the test case run summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseRunSummary> |
ListTestRunTestCasesResult.getTestRunTestCases()
The test run of the test cases.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestRunTestCasesResult |
ListTestRunTestCasesResult.withTestRunTestCases(TestCaseRunSummary... testRunTestCases)
The test run of the test cases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestRunTestCasesResult.setTestRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)
The test run of the test cases.
|
ListTestRunTestCasesResult |
ListTestRunTestCasesResult.withTestRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)
The test run of the test cases.
|
Copyright © 2025. All rights reserved.