public class MuranoDeploymentServiceImpl extends BaseOpenStackService implements MuranoDeploymentService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
MuranoDeploymentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<? extends Deployment> |
list(String environmentId)
List all the deployments of the environment.
|
List<? extends Report> |
reports(String environmentId,
String deploymentId) |
List<? extends Report> |
reports(String environmentId,
String deploymentId,
List<String> serviceIds)
Get the reports (deployment logs) of the specified deployment.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public List<? extends Deployment> list(String environmentId)
list
in interface MuranoDeploymentService
environmentId
- The environment id.public List<? extends Report> reports(String environmentId, String deploymentId, List<String> serviceIds)
reports
in interface MuranoDeploymentService
environmentId
- environment id.deploymentId
- deployment id.serviceIds
- (optional) list of service ids.Copyright © 2017. All rights reserved.