public class TaskAnalyzer extends Object
TaskAnalysisReport which can be used
resurrect needed properties and arguments to bring forward to new task launch.| Constructor and Description |
|---|
TaskAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
TaskAnalysisReport |
analyze(Map<String,String> existingDeploymentProperties,
Map<String,String> replacingDeploymentProperties)
Compares current and newly created deployment properties for their differences.
|
TaskAnalysisReport |
analyze(TaskManifest existing,
TaskManifest replacing)
Compares current and newly created manifest for their differences.
|
public TaskAnalysisReport analyze(TaskManifest existing, TaskManifest replacing)
existing - the current manifestreplacing - the new replacing manifestpublic TaskAnalysisReport analyze(Map<String,String> existingDeploymentProperties, Map<String,String> replacingDeploymentProperties)
existingDeploymentProperties - the current deployment propertiesreplacingDeploymentProperties - the new replacing propertiesCopyright © 2021 Pivotal Software, Inc.. All rights reserved.