Package com.xebialabs.deployit.plugin.api.deployment.planning


package com.xebialabs.deployit.plugin.api.deployment.planning
  • Class
    Description
    Defines a checkpoint for the execution of a deployment.
    Annotates methods that contribute to a deployment plan.
    Annotates a method on a Deployed that is called when XL Deploy wants to create the Deployed in the middleware.
    A Constant interface with some default named Orders, to make it easier to determine where custom steps need to go.
    Context that is passed along during the Planning stage of a Deployment.
    Annotates a method on a Deployed that is called when XL Deploy wants to destroy the Deployed in the middleware.
    Annotates a method on a Deployed that is called when XL Deploy wants to modify the Deployed in the middleware.
    Annotates a method on a Deployed that is called when XL Deploy wants to noop the Deployed in the middleware.
    A PostProcessor for a Plan.
    A PreProcessor for a Plan.
    Deprecated.
    Replaced by Repository