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 | Deprecated
This interface and its single method has been introduced for a tactical
reason to provide an optimization of individual operation execution in the AppDeployer
interface.
|
Class | Description |
---|---|
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 © 2018 Pivotal Software, Inc.. All rights reserved.