CloudcontrolledDeploy class.
48495051525354555657
CloudcontrolledPush push = new CloudcontrolledPush(); push.copyPropertiesfromAnother(this); push.execute(); CloudcontrolledDeploy deploy = new CloudcontrolledDeploy(); deploy.copyPropertiesfromAnother(this); deploy.execute(); }