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

Interface Summary
DefaultOrders A Constant interface with some default named Orders, to make it easier to determine where custom steps need to go.
DeploymentPlanningContext Context that is passed along during the Planning stage of a Deployment.
 

Annotation Types Summary
Contributor Annotation can be added to any method of a class with a no-arg constructor.
Create Annotation on a method of a Deployed<D, C>.
Destroy Annotation on a method of a Deployed<D, C>.
Modify Annotation on a method of a Deployed<D, C>.
Noop Annotation on a method of a Deployed<D, C>.
PostPlanProcessor A PostProcessor for a Plan.
PrePlanProcessor A PreProcessor for a Plan.