com.xebialabs.deployit.service.deployment
Class DeploymentOperationCalculator
java.lang.Object
com.xebialabs.deployit.service.deployment.DeploymentOperationCalculator
public class DeploymentOperationCalculator
- extends java.lang.Object
|
Method Summary |
static boolean |
arePropertiesDifferent(com.xebialabs.deployit.plugin.api.udm.Deployable oldDeployable,
com.xebialabs.deployit.plugin.api.udm.Deployable newDeployable)
|
static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder |
calculate(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder,
java.util.Set<com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds,
java.util.Set<com.xebialabs.deployit.plugin.api.udm.Deployed> newDeployeds)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentOperationCalculator
public DeploymentOperationCalculator()
calculate
public static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder calculate(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder,
java.util.Set<com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds,
java.util.Set<com.xebialabs.deployit.plugin.api.udm.Deployed> newDeployeds)
arePropertiesDifferent
public static boolean arePropertiesDifferent(com.xebialabs.deployit.plugin.api.udm.Deployable oldDeployable,
com.xebialabs.deployit.plugin.api.udm.Deployable newDeployable)