public class DeployBoxOrderServiceImpl extends Object implements DeployBoxOrderService
| Constructor and Description |
|---|
DeployBoxOrderServiceImpl(ApiClient client) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractBoxDeploymentContext> |
deploy(T context) |
DeployBoxOrderResult<List<PolicyBox>> |
deploymentPolicies(String workspace,
String boxToDeploy) |
DeploymentType |
deploymentType(String boxToDeploy) |
DeployBoxOrderResult<AbstractBox> |
findBoxOrFirstByDefault(String workspace,
String box) |
DeployBoxOrderResult<AbstractWorkspace> |
findWorkspaceOrFirstByDefault(String workspace) |
DeployBoxOrderResult<List<AbstractBox>> |
getBoxesToDeploy(String workspace) |
DeployBoxOrderResult<List<AbstractWorkspace>> |
getWorkspaces() |
DeployBoxOrderResult<List<AbstractBox>> |
updateableBoxes(String workspace) |
public DeployBoxOrderServiceImpl(ApiClient client)
public DeploymentType deploymentType(String boxToDeploy) throws ServiceException
deploymentType in interface DeployBoxOrderServiceServiceExceptionpublic DeployBoxOrderResult<List<AbstractBox>> updateableBoxes(String workspace) throws ServiceException
updateableBoxes in interface DeployBoxOrderServiceServiceExceptionpublic DeployBoxOrderResult<List<AbstractBox>> getBoxesToDeploy(String workspace) throws ServiceException
getBoxesToDeploy in interface DeployBoxOrderServiceServiceExceptionpublic DeployBoxOrderResult<List<PolicyBox>> deploymentPolicies(String workspace, String boxToDeploy) throws ServiceException
deploymentPolicies in interface DeployBoxOrderServiceServiceExceptionpublic DeployBoxOrderResult<AbstractWorkspace> findWorkspaceOrFirstByDefault(String workspace) throws ServiceException
findWorkspaceOrFirstByDefault in interface DeployBoxOrderServiceServiceExceptionpublic DeployBoxOrderResult<List<AbstractWorkspace>> getWorkspaces() throws ServiceException
getWorkspaces in interface DeployBoxOrderServiceServiceExceptionpublic <T extends AbstractBoxDeploymentContext> DeployBoxOrderResult<List<Instance>> deploy(T context) throws ServiceException
ServiceExceptionpublic DeployBoxOrderResult<AbstractBox> findBoxOrFirstByDefault(String workspace, String box)
Copyright © 2016–2019. All rights reserved.