log.info("Releasing " + deploymentQualifier + " to CloudControl PaaS.");
CloudcontrolledPush push = new CloudcontrolledPush();
push.copyPropertiesfromAnother(this);
push.execute();
CloudcontrolledDeploy deploy = new CloudcontrolledDeploy();
deploy.copyPropertiesfromAnother(this);
deploy.execute();