Interface AddDeploymentPlanBuilder

    • Method Detail

      • andDeploy

        DeployDeploymentPlanBuilder 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