Class DeploymentOperationCalculator

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

public class DeploymentOperationCalculator extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder
    calculate(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder, Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds, 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, Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds, 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 Details

    • calculate

      public static com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder calculate(com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuilder builder, Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds, 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, Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> oldDeployeds, Set<? extends com.xebialabs.deployit.plugin.api.udm.Deployed> newDeployeds)