Class MuranoDeploymentServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.murano.v1.internal.MuranoDeploymentServiceImpl
-
- All Implemented Interfaces:
MuranoDeploymentService,RestService
public class MuranoDeploymentServiceImpl extends BaseOpenStackService implements MuranoDeploymentService
- Author:
- Nikolay Mahotkin.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description MuranoDeploymentServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
list
public List<? extends Deployment> list(String environmentId)
List all the deployments of the environment.- Specified by:
listin interfaceMuranoDeploymentService- Parameters:
environmentId- The environment id.- Returns:
- Deployment list.
-
reports
public List<? extends Report> reports(String environmentId, String deploymentId, List<String> serviceIds)
Get the reports (deployment logs) of the specified deployment.- Specified by:
reportsin interfaceMuranoDeploymentService- Parameters:
environmentId- environment id.deploymentId- deployment id.serviceIds- (optional) list of service ids.- Returns:
- Report list.
-
-