com.xebialabs.deployit.service.deployment
Class DeploymentOperationCalculator

java.lang.Object
  extended by com.xebialabs.deployit.service.deployment.DeploymentOperationCalculator

public class DeploymentOperationCalculator
extends java.lang.Object


Constructor Summary
DeploymentOperationCalculator()
           
 
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
 

Constructor Detail

DeploymentOperationCalculator

public DeploymentOperationCalculator()
Method Detail

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)