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