Class DeploymentOperationCalculator


  • public class DeploymentOperationCalculator
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder calculate​(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder, java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds, java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> newDeployeds)  
      static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder deltaToRedeploy​(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder, java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds, java.util.Set<? extends 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
    • Method Detail

      • calculate

        public static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder calculate​(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder,
                                                                                                    java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds,
                                                                                                    java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> newDeployeds)
      • deltaToRedeploy

        public static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder deltaToRedeploy​(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder,
                                                                                                          java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds,
                                                                                                          java.util.Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> newDeployeds)