| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static TestCase.Builder |
TestCase.builder() |
TestCase.Builder |
TestCase.Builder.durationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run this test case.
|
TestCase.Builder |
TestCase.Builder.expired(Instant expired)
The date and time a test case expires.
|
TestCase.Builder |
TestCase.Builder.message(String message)
A message associated with a test case.
|
TestCase.Builder |
TestCase.Builder.name(String name)
The name of the test case.
|
TestCase.Builder |
TestCase.Builder.prefix(String prefix)
A string that is applied to a series of related test cases.
|
TestCase.Builder |
TestCase.Builder.reportArn(String reportArn)
The ARN of the report to which the test case belongs.
|
TestCase.Builder |
TestCase.Builder.status(String status)
The status returned by the test case after it was run.
|
TestCase.Builder |
TestCase.Builder.testRawDataPath(String testRawDataPath)
The path to the raw data file that contains the test result.
|
TestCase.Builder |
TestCase.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestCase.Builder> |
TestCase.serializableBuilderClass() |
Copyright © 2023. All rights reserved.