| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.deployments |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.Builder.build()
Builds a new
Status. |
abstract Status |
Deployment.getStatus()
The status of the deployment
|
Status |
CreateDeploymentResponse.getStatus()
The status of the deployment
|
Status |
DeploymentResource.getStatus()
The status of the deployment
|
Status |
GetDeploymentResponse.getStatus()
The status of the deployment
|
| Modifier and Type | Method and Description |
|---|---|
Status.Builder |
Status.Builder.from(Status instance)
Fill a builder with attribute values from the provided
Status instance. |
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.status(Status status)
Initializes the value for the
status attribute. |
DeploymentResource.Builder |
DeploymentResource.Builder.status(Status status)
Initializes the value for the
status attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.status(Status status)
Initializes the value for the
status attribute. |
Copyright © 2020. All rights reserved.