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.
ReadOnlyRepository A read-only view of the Deployit repository.
 

Annotation Types Summary
Contributor Annotates methods that contribute to a deployment plan.
Create Annotates a method on a Deployed that is called when Deployit wants to create the Deployed in the middleware.
Destroy Annotates a method on a Deployed that is called when Deployit wants to destroy the Deployed in the middleware.
Modify Annotates a method on a Deployed that is called when Deployit wants to modify the Deployed in the middleware.
Noop Annotates a method on a Deployed that is called when Deployit wants to noop the Deployed in the middleware.
PostPlanProcessor A PostProcessor for a Plan.
PrePlanProcessor A PreProcessor for a Plan.