| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static BuildPhaseType |
BuildPhaseType.fromValue(String value)
Use this in place of valueOf.
|
static BuildPhaseType |
BuildPhaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildPhaseType[] |
BuildPhaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildPhase.setPhaseType(BuildPhaseType phaseType)
The name of the build phase.
|
BuildPhase |
BuildPhase.withPhaseType(BuildPhaseType phaseType)
The name of the build phase.
|
Copyright © 2020. All rights reserved.