com.xebialabs.deployit.deployment.planner
Class DeploymentPlanner

java.lang.Object
  extended by com.xebialabs.deployit.deployment.planner.DeploymentPlanner
All Implemented Interfaces:
Planner

public class DeploymentPlanner
extends java.lang.Object
implements Planner


Nested Class Summary
static class DeploymentPlanner.DeploymentPlannerBuilder
           
static class DeploymentPlanner.PlannerException
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.deployment.execution.Plan plan(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

plan

public com.xebialabs.deployit.plugin.api.deployment.execution.Plan plan(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
Specified by:
plan in interface Planner