| Interface | Description |
|---|---|
| AppDeployer |
SPI defining a runtime environment capable of deploying and managing the
lifecycle of apps that are intended to run indefinitely (until undeployed),
as opposed to
tasks. |
| AppInstanceStatus |
Status for an individual app instance deployment.
|
| MultiStateAppDeployer |
Extension of the AppDeployer interface that adds an additional
method to return the DeploymentState for a collection of deployment ids.
|
| Class | Description |
|---|---|
| AppScaleRequest |
Representation of an app scale request.
|
| AppStatus |
Status of an app which is initially constructed from an
AppDeploymentRequest and
runtime deployment properties by a deployer during deployment. |
| AppStatus.Builder |
Utility class constructing an instance of
AppStatus
using a builder pattern. |
| Enum | Description |
|---|---|
| DeploymentState |
Deployment states for apps and groups.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.