| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.deployments |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
DeploymentState.from(String s) |
abstract DeploymentState |
Deployment.getState()
Deprecated.
|
DeploymentState |
CreateDeploymentResponse.getState()
Deprecated.
|
DeploymentState |
DeploymentResource.getState()
Deprecated.
|
DeploymentState |
GetDeploymentResponse.getState()
Deprecated.
|
static DeploymentState |
DeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentState[] |
DeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentState> |
ListDeploymentsRequest.getStates()
List of states to filter by
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.state(DeploymentState element)
Adds one element to
states list. |
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.state(DeploymentState state)
Deprecated.
|
DeploymentResource.Builder |
DeploymentResource.Builder.state(DeploymentState state)
Deprecated.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.state(DeploymentState state)
Deprecated.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.states(DeploymentState... elements)
Adds elements to
states list. |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.addAllStates(Iterable<? extends DeploymentState> elements)
Adds elements to
states list. |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.states(Iterable<? extends DeploymentState> elements)
Sets or replaces all elements for
states list. |
Copyright © 2020. All rights reserved.