}
private void onCompleteProjectDeployed(DeployResult results) throws InterchangeSavingException {
DeployLog.LOG.fine("Handing over to the ProjectManager for processing complete project deploy");
ManagedProject mp = deployData.getProject().getExtensionObject(ManagedProject.class);
mp.projectWasDeployed(results);
}
private void onPartialProjectDeployed(IntegrationProject partial, DeployResult results) throws InterchangeSavingException {
DeployLog.LOG.fine("Handing over to the ProjectManager for processing partial project deploy");
managedProject.partialProjectWasDeployed(partial, results);