public class CloudFoundryReleaseAnalyzer extends Object
Constructor and Description |
---|
CloudFoundryReleaseAnalyzer(CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer) |
Modifier and Type | Method and Description |
---|---|
ReleaseAnalysisReport |
analyze(org.springframework.cloud.skipper.domain.Release existingRelease,
org.springframework.cloud.skipper.domain.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(org.springframework.cloud.skipper.domain.Release existingRelease, org.springframework.cloud.skipper.domain.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 © 2020 Pivotal Software, Inc.. All rights reserved.