Interface UndeployDeploymentPlanBuilder

All Superinterfaces:
DeploymentPlanBuilder

public interface UndeployDeploymentPlanBuilder extends DeploymentPlanBuilder
Extension of DeploymentPlanBuilder that exposes directives that are only applicable following an undeploy directive.
Author:
Brian Stansberry
  • Method Details

    • andRemoveUndeployed

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