| Package | Description |
|---|---|
| org.springframework.cloud.deployer.spi.app |
| Modifier and Type | Method and Description |
|---|---|
DeploymentState |
AppStatus.getState()
Return the deployment state for the the app.
|
DeploymentState |
AppInstanceStatus.getState()
Return the state of the deployed app instance.
|
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)
Return the
DeploymentState for all the apps represented by
a collection of deployment ids. |
default reactor.core.publisher.Mono<Map<String,DeploymentState>> |
MultiStateAppDeployer.statesReactive(String... ids)
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 © 2022 Pivotal Software, Inc.. All rights reserved.