public DeploymentPlan GetPlan(Deployment deployment, RoleToServerMap serverMappings) { _serverMappings = serverMappings; deployment.InspectWith(this); return(_plan); }
public DeploymentPlan GetPlan(Deployment deployment) { verifyRolesAreMapped(deployment); deployment.InspectWith(this); return(_plan); }
public DeploymentPlan GetPlan(Deployment deployment) { deployment.InspectWith(this); return(_plan); }