| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.deployments |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatusReason |
DeploymentStatusReason.from(String s) |
DeploymentStatusReason |
Status.getReason()
The reason
|
static DeploymentStatusReason |
DeploymentStatusReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStatusReason[] |
DeploymentStatusReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentStatusReason> |
ListDeploymentsRequest.getStatusReasons()
List of status reasons to filter by
|
| Modifier and Type | Method and Description |
|---|---|
Status.Builder |
Status.Builder.reason(DeploymentStatusReason reason)
Initializes the value for the
reason attribute. |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.statusReason(DeploymentStatusReason element)
Adds one element to
statusReasons list. |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.statusReasons(DeploymentStatusReason... elements)
Adds elements to
statusReasons list. |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.addAllStatusReasons(Iterable<? extends DeploymentStatusReason> elements)
Adds elements to
statusReasons list. |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.statusReasons(Iterable<? extends DeploymentStatusReason> elements)
Sets or replaces all elements for
statusReasons list. |
Copyright © 2020. All rights reserved.