Interface MuranoDeploymentService

    • Method Detail

      • list

        List<? extends Deployment> list​(String environmentId)
        List all the deployments of the environment.
        Parameters:
        environmentId - The environment id.
        Returns:
        Deployment list.
      • reports

        List<? extends Report> reports​(String environmentId,
                                       String deploymentId,
                                       List<String> serviceIds)
        Get the reports (deployment logs) of the specified deployment.
        Parameters:
        environmentId - environment id.
        deploymentId - deployment id.
        serviceIds - (optional) list of service ids.
        Returns:
        Report list.