Package | Description |
---|---|
org.springframework.cloud.deployer.spi.app |
Modifier and Type | Method and Description |
---|---|
DeploymentState |
AppInstanceStatus.getState()
Return the state of the deployed app instance.
|
DeploymentState |
AppStatus.getState()
Return the deployment state for the the app.
|
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 |
---|---|
Map<String,DeploymentState> |
MultiStateAppDeployer.states(String... ids)
Deprecated.
Return the
DeploymentState for all the apps represented by
a collection of deployment ids. |
Modifier and Type | Method and Description |
---|---|
AppStatus.Builder |
AppStatus.Builder.generalState(DeploymentState generalState)
Set the state of the app as a direct value.
|
Constructor and Description |
---|
AppStatus(String deploymentId,
DeploymentState generalState)
Construct a new
AppStatus . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.