this.dispatcher = dispatcher;
this.refresher = refresher;
this.isUpdate = isUpdate;
this.oldDeployment = oldDeployment;
deck = new DeckPanel();
step1 = new DeploymentStep1(this, window);
step2 = new DeploymentStep2(this, window, refresher, isUpdate);
deck.add(step1.asWidget());