Interface ReplaceDeploymentPlanBuilder

All Superinterfaces:
DeploymentActionsCompleteBuilder, DeploymentPlanBuilder

public interface ReplaceDeploymentPlanBuilder extends DeploymentActionsCompleteBuilder
Variant of a DeploymentPlanBuilder that exposes directives that are only applicable following a replace directive.
Author:
Brian Stansberry
  • Method Details

    • andRemoveUndeployed

      DeploymentPlanBuilder andRemoveUndeployed()
      Indicates that deployment content that was undeployed via the preceding replace action should be removed from the content repository.
      Returns:
      a builder that can continue building the overall deployment plan