| Interface | Description |
|---|---|
| UpgradeStrategy |
A strategy interface for how to deploy a new release on top of an existing release
driven by the information comparing the two releases.
|
| Class | Description |
|---|---|
| DeleteStep |
Responsible for deleting the provided list of applications and updating the status of
the release.
|
| DeployAppStep |
Responsible for taking the ReleaseAnalysisReport and deploying the apps in the
replacing release.
|
| HandleHealthCheckStep |
Responsible for taking action based on the health of the latest deployed release.
|
| HealthCheckProperties | |
| HealthCheckStep |
Checks if the apps in the Replacing release are healthy.
|
| SimpleRedBlackUpgradeStrategy |
A simple approach to deploying a new application.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.