| Interface | Description |
|---|---|
| ActuatorOperations |
Deployers may implement this extension to invoke actuator endpoints of deployed app instances.
|
| 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 |
|---|---|
| AbstractActuatorTemplate |
Base class for ActuatorTemplate implementations.
|
| AppAdmin | |
| 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 © 2023 Pivotal Software, Inc.. All rights reserved.