public class CloudFoundryReleaseAnalyzer extends Object
Constructor and Description |
---|
CloudFoundryReleaseAnalyzer(CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer) |
Modifier and Type | Method and Description |
---|---|
ReleaseAnalysisReport |
analyze(Release existingRelease,
Release replacingRelease,
boolean isForceUpdate)
Analyze the existing release and the replacing release to determine the minimal number
of changes that need to be made.
|
public CloudFoundryReleaseAnalyzer(CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer)
public ReleaseAnalysisReport analyze(Release existingRelease, Release replacingRelease, boolean isForceUpdate)
existingRelease
- the release that is currently deployedreplacingRelease
- the proposed release to be deployed that will replace the
existing release.isForceUpdate
- flag to indicate if the update is forcedCopyright © 2018 Pivotal Software, Inc.. All rights reserved.