public interface MuranoDeploymentService extends RestService
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.
|
List<? extends Deployment> list(String environmentId)
environmentId
- The environment id.List<? extends Report> reports(String environmentId, String deploymentId, List<String> serviceIds)
environmentId
- environment id.deploymentId
- deployment id.serviceIds
- (optional) list of service ids.Copyright © 2017. All rights reserved.