Class DeploymentOperationCalculator
java.lang.Object
com.xebialabs.deployit.service.deployment.DeploymentOperationCalculator
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.xebialabs.deployit.deployment.planner.DeltaSpecificationBuildercalculate(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.DeltaSpecificationBuilderdeltaToRedeploy(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)
-
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)
-