| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.builds |
| Modifier and Type | Method and Description |
|---|---|
static BuildState |
BuildState.from(String s) |
abstract BuildState |
Build.getState()
State of the build
|
BuildState |
BuildResource.getState()
State of the build
|
BuildState |
CreateBuildResponse.getState()
State of the build
|
BuildState |
GetBuildResponse.getState()
State of the build
|
static BuildState |
BuildState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildState[] |
BuildState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BuildResource.Builder |
BuildResource.Builder.state(BuildState state)
Initializes the value for the
state attribute. |
CreateBuildResponse.Builder |
CreateBuildResponse.Builder.state(BuildState state)
Initializes the value for the
state attribute. |
GetBuildResponse.Builder |
GetBuildResponse.Builder.state(BuildState state)
Initializes the value for the
state attribute. |
Copyright © 2020. All rights reserved.