log.info("Successfully pushed refs of " + deploymentQualifier + " with branch " + retrieveBranch() + " to " + remoteRepository + " on CloudControl PaaS.");
}
private String retrieveRemoteRepositoryLocation() throws MojoFailureException, MojoExecutionException {
CloudControlClient client = CloudControlSupport.createCloudControlClient();
ApplicationRequest applicationRequest = CloudControlSupport.createApplicationRequest(application);
ApplicationResponse applicationResponse = null;
try {
applicationResponse = client.send(applicationRequest);