| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
StatusType |
BuildBatch.buildBatchStatus()
The status of the batch build.
|
StatusType |
Build.buildStatus()
The current status of the build.
|
StatusType |
BuildSummary.buildStatus()
The status of the build group.
|
static StatusType |
StatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatusType |
BuildBatchPhase.phaseStatus()
The current status of the batch build phase.
|
StatusType |
BuildPhase.phaseStatus()
The current status of the build phase.
|
StatusType |
BuildBatchFilter.status()
The status of the batch builds to retrieve.
|
static StatusType |
StatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusType[] |
StatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StatusType> |
StatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BuildBatch.Builder |
BuildBatch.Builder.buildBatchStatus(StatusType buildBatchStatus)
The status of the batch build.
|
Build.Builder |
Build.Builder.buildStatus(StatusType buildStatus)
The current status of the build.
|
BuildSummary.Builder |
BuildSummary.Builder.buildStatus(StatusType buildStatus)
The status of the build group.
|
BuildBatchPhase.Builder |
BuildBatchPhase.Builder.phaseStatus(StatusType phaseStatus)
The current status of the batch build phase.
|
BuildPhase.Builder |
BuildPhase.Builder.phaseStatus(StatusType phaseStatus)
The current status of the build phase.
|
BuildBatchFilter.Builder |
BuildBatchFilter.Builder.status(StatusType status)
The status of the batch builds to retrieve.
|
Copyright © 2023. All rights reserved.