| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusType |
StatusType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
Build.setBuildStatus(StatusType buildStatus)
The current status of the build.
|
void |
BuildPhase.setPhaseStatus(StatusType phaseStatus)
The current status of the build phase.
|
BuildBatch |
BuildBatch.withBuildBatchStatus(StatusType buildBatchStatus)
The status of the batch build.
|
BuildSummary |
BuildSummary.withBuildStatus(StatusType buildStatus)
The status of the build group.
|
Build |
Build.withBuildStatus(StatusType buildStatus)
The current status of the build.
|
BuildBatchPhase |
BuildBatchPhase.withPhaseStatus(StatusType phaseStatus)
The current status of the batch build phase.
|
BuildPhase |
BuildPhase.withPhaseStatus(StatusType phaseStatus)
The current status of the build phase.
|
BuildBatchFilter |
BuildBatchFilter.withStatus(StatusType status)
The status of the batch builds to retrieve.
|
Copyright © 2021. All rights reserved.