| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.clone() |
TestCase |
TestCase.withDurationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run this test case.
|
TestCase |
TestCase.withExpired(Date expired)
The date and time a test case expires.
|
TestCase |
TestCase.withMessage(String message)
A message associated with a test case.
|
TestCase |
TestCase.withName(String name)
The name of the test case.
|
TestCase |
TestCase.withPrefix(String prefix)
A string that is applied to a series of related test cases.
|
TestCase |
TestCase.withReportArn(String reportArn)
The ARN of the report to which the test case belongs.
|
TestCase |
TestCase.withStatus(String status)
The status returned by the test case after it was run.
|
TestCase |
TestCase.withTestRawDataPath(String testRawDataPath)
The path to the raw data file that contains the test result.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCase> |
DescribeTestCasesResult.getTestCases()
The returned list of test cases.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTestCasesResult |
DescribeTestCasesResult.withTestCases(TestCase... testCases)
The returned list of test cases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTestCasesResult.setTestCases(Collection<TestCase> testCases)
The returned list of test cases.
|
DescribeTestCasesResult |
DescribeTestCasesResult.withTestCases(Collection<TestCase> testCases)
The returned list of test cases.
|
Copyright © 2025. All rights reserved.