return commandExecutor.execute(new GetDeploymentResourceNamesCmd(deploymentId));
}
@SuppressWarnings("unchecked")
public List<Resource> getDeploymentResources(String deploymentId) {
return commandExecutor.execute(new GetDeploymentResourcesCmd(deploymentId));
}