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.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.