Interface AddDeploymentPlanBuilder

All Superinterfaces:
DeploymentActionsCompleteBuilder, DeploymentPlanBuilder

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

    • andDeploy

      Indicates content that was added via an immediately preceding add operation should be deployed.
      Returns:
      a builder that can continue building the overall deployment plan
    • andReplace

      ReplaceDeploymentPlanBuilder andReplace(String toReplace)
      Indicates content that was added via an immediately preceding add operation should be deployed, replacing the specified existing content in the runtime.
      Parameters:
      toReplace - identifier of the existing deployment content that is to be replaced
      Returns:
      a builder that can continue building the overall deployment plan