| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.deployments |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStrategy |
DeploymentStrategy.from(String s) |
abstract DeploymentStrategy |
Deployment.getStrategy()
The strategy of the deployment
|
DeploymentStrategy |
CreateDeploymentResponse.getStrategy()
The strategy of the deployment
|
DeploymentStrategy |
DeploymentResource.getStrategy()
The strategy of the deployment
|
DeploymentStrategy |
GetDeploymentResponse.getStrategy()
The strategy of the deployment
|
static DeploymentStrategy |
DeploymentStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStrategy[] |
DeploymentStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.strategy(DeploymentStrategy strategy)
Initializes the value for the
strategy attribute. |
DeploymentResource.Builder |
DeploymentResource.Builder.strategy(DeploymentStrategy strategy)
Initializes the value for the
strategy attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.strategy(DeploymentStrategy strategy)
Initializes the value for the
strategy attribute. |
Copyright © 2020. All rights reserved.