|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface IDeploymentManager
The deployment manager
Method Summary | |
---|---|
Plan
|
createPlan(java.lang.String name, Environment from, Environment to, IDescriptionProvider descriptionProvider)
Creates a deployment plan to migrate from the first environment to the second one |
Plan
|
createPlan(java.lang.String name, Environment from, Environment to, IDescriptionProvider descriptionProvider, groovy.lang.Closure filter)
Creates a deployment plan to migrate from the first environment to the second one |
IPlanExecution
|
executePlan(Plan plan, IPlanExecutionProgressTracker tracker)
Execute the provided plan. |
Method Detail |
---|
Plan createPlan(java.lang.String name, Environment from, Environment to, IDescriptionProvider descriptionProvider)
Plan createPlan(java.lang.String name, Environment from, Environment to, IDescriptionProvider descriptionProvider, groovy.lang.Closure filter)
IPlanExecution executePlan(Plan plan, IPlanExecutionProgressTracker tracker)
plan
- the plane to executeprogressTracker
- to track the progress of the execution
Groovy Documentation