public interface ServiceDeploymentService
| Modifier and Type | Method and Description |
|---|---|
ServiceDeployment |
getService(String serviceName,
String tenantId)
Returns a single service deployment, based on the provided service name.
|
ServiceDeployment |
getService(String serviceName,
String tenantId,
Criteria criteria)
Returns a single service deployment, based on the provided service name.
|
List<ServiceDeployment> |
getServiceDeployments(String tenantId)
Same as
getServiceDeployments(String, Criteria), without using any extra parameters as base criteria. |
List<ServiceDeployment> |
getServiceDeployments(String tenantId,
Criteria criteria)
Returns the available service deployments.
|
List<ServiceDeployment> getServiceDeployments(String tenantId, Criteria criteria)
tenantId - The tenant to get the service deployments from. Optional.criteria - The base criteria. Optional.List<ServiceDeployment> getServiceDeployments(String tenantId)
getServiceDeployments(String, Criteria), without using any extra parameters as base criteria.getServiceDeployments(String, Criteria)ServiceDeployment getService(String serviceName, String tenantId, Criteria criteria)
getServiceDeployments(String, Criteria), except that the list of BuildStamp might be empty.serviceName - The service name. Required.tenantId - The tenant to get the service deployments from. Optional.criteria - The base criteria. Optional.ServiceDeployment for the given service name, including BuildStamps, if any.ServiceDeployment getService(String serviceName, String tenantId)
getServiceDeployments(String, Criteria), except that the list of BuildStamp might be empty.serviceName - The service name. Required.tenantId - The tenant to get the service deployments from. Optional.ServiceDeployment for the given service name, including BuildStamps, if any.Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.