Groovy Documentation

org.linkedin.glu.provisioner.api.planner
[Groovy] Interface IPlanner


interface IPlanner

A planner. Creates a set of actions to provision an environment author: Riccardo Ferretti created: Aug 19, 2009


Method Summary
Plan createPlan(Environment from, Environment to)

Create a plan of action to provision the environment

Plan createPlan(Environment from, Environment to, IDescriptionProvider descriptionProvider)

Create a plan of action to provision the environment

 

Method Detail

createPlan

Plan createPlan(Environment from, Environment to)
Create a plan of action to provision the environment


createPlan

Plan createPlan(Environment from, Environment to, IDescriptionProvider descriptionProvider)
Create a plan of action to provision the environment


 

Groovy Documentation