public interface DeployBoxOrderService
| Modifier and Type | Method and Description |
|---|---|
DeployBoxOrderResult<List<PolicyBox>> |
deploymentPolicies(String workspace,
String boxToDeploy) |
DeploymentType |
deploymentType(String boxToDeploy) |
DeployBoxOrderResult<AbstractWorkspace> |
findWorkspaceOrFirstByDefault(String workspace) |
DeployBoxOrderResult<List<AbstractBox>> |
getBoxesToDeploy(String workspace) |
DeployBoxOrderResult<List<AbstractWorkspace>> |
getWorkspaces() |
DeployBoxOrderResult<List<AbstractBox>> |
updateableBoxes(String workspace) |
DeployBoxOrderResult<List<AbstractBox>> updateableBoxes(String workspace) throws ServiceException
ServiceExceptionDeploymentType deploymentType(String boxToDeploy) throws ServiceException
ServiceExceptionDeployBoxOrderResult<List<PolicyBox>> deploymentPolicies(String workspace, String boxToDeploy) throws ServiceException
ServiceExceptionDeployBoxOrderResult<AbstractWorkspace> findWorkspaceOrFirstByDefault(String workspace) throws ServiceException
ServiceExceptionDeployBoxOrderResult<List<AbstractWorkspace>> getWorkspaces() throws ServiceException
ServiceExceptionDeployBoxOrderResult<List<AbstractBox>> getBoxesToDeploy(String workspace) throws ServiceException
ServiceExceptionCopyright © 2016–2019. All rights reserved.