Ejemplo n.º 1
0
        public DeploymentPlan GetPlan(Deployment deployment, RoleToServerMap serverMappings)
        {
            _serverMappings = serverMappings;

            deployment.InspectWith(this);

            return(_plan);
        }
Ejemplo n.º 2
0
        public DeploymentPlan GetPlan(Deployment deployment)
        {
            verifyRolesAreMapped(deployment);

            deployment.InspectWith(this);

            return(_plan);
        }
Ejemplo n.º 3
0
        public DeploymentPlan GetPlan(Deployment deployment)
        {
            deployment.InspectWith(this);

            return(_plan);
        }