public void deleteDeploymentCascade(String deploymentId) {
commandService.execute(new DeleteDeploymentCmd(deploymentId, true));
}
public Set<String> getResourceNames(String deploymentId) {
return commandService.execute(new GetDeploymentResourceNamesCmd(deploymentId));
}