| 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.
|
Build |
Build.withBuildStatus(StatusType buildStatus)
The current status of the build.
|
BuildPhase |
BuildPhase.withPhaseStatus(StatusType phaseStatus)
The current status of the build phase.
|
Copyright © 2020. All rights reserved.