| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationBox |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudFormationBox |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerBox |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyBox |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptBox |
| Modifier and Type | Method and Description |
|---|---|
AbstractBox[] |
Instance.getBoxes() |
| Modifier and Type | Method and Description |
|---|---|
Instance.ComplexBuilder.NameBuilder |
Instance.ComplexBuilder.BoxesBuilder.withBoxes(AbstractBox[] newBoxes) |
| Constructor and Description |
|---|
Instance(String id,
String name,
Instance.Operation operation,
String schema,
Instance.Service service,
Instance.State state,
String deleted,
Instance.AutomaticUpdates automaticUpdates,
String box,
AbstractBox[] boxes,
String[] tags,
String uri,
PolicyBox policyBox,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
AbstractBox |
BoxRepository.findBoxOrFirstByDefault(String workspace,
String box) |
AbstractBox |
BoxRepository.getBox(String boxId) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractBox> |
BoxRepository.getBoxVersions(String boxId) |
List<AbstractBox> |
BoxRepository.getNoPolicyAndNoApplicationBoxes(String workspace) |
List<AbstractBox> |
BoxRepository.getNoPolicyBoxes(String workspace) |
| Modifier and Type | Method and Description |
|---|---|
AbstractBox |
BoxRepositoryApiImpl.findBoxOrFirstByDefault(String workspace,
String box) |
AbstractBox |
BoxRepositoryApiImpl.getBox(String boxId) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractBox> |
BoxRepositoryApiImpl.getBoxVersions(String boxId) |
List<AbstractBox> |
BoxRepositoryApiImpl.getNoPolicyAndNoApplicationBoxes(String workspace) |
List<AbstractBox> |
BoxRepositoryApiImpl.getNoPolicyBoxes(String workspace)
Returns the boxes that are not policy boxes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBoxTransformer<R extends AbstractBox> |
| Modifier and Type | Method and Description |
|---|---|
AbstractBox |
BoxFactory.apply(net.sf.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
DeployBoxOrderResult<AbstractBox> |
DeployBoxOrderServiceImpl.findBoxOrFirstByDefault(String workspace,
String box) |
DeployBoxOrderResult<List<AbstractBox>> |
DeployBoxOrderService.getBoxesToDeploy(String workspace) |
DeployBoxOrderResult<List<AbstractBox>> |
DeployBoxOrderServiceImpl.getBoxesToDeploy(String workspace) |
DeployBoxOrderResult<List<AbstractBox>> |
DeployBoxOrderService.updateableBoxes(String workspace) |
DeployBoxOrderResult<List<AbstractBox>> |
DeployBoxOrderServiceImpl.updateableBoxes(String workspace) |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentType |
DeploymentType.findBy(AbstractBox box) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CloudFormationDeploymentDataPolicies.canManage(AbstractBox boxToDeploy) |
boolean |
ApplicationBoxDeploymentDataPolicies.canManage(AbstractBox boxToDeploy) |
boolean |
DeploymentDataPoliciesHandler.canManage(AbstractBox boxToDeploy) |
boolean |
PolicyDeploymentDataPolicies.canManage(AbstractBox boxToDeploy) |
static DeploymentDataPoliciesHandler |
AbstractDeploymentDataPoliciesHandler.getDeploymentType(AbstractBox box) |
static List<PolicyBox> |
AbstractDeploymentDataPoliciesHandler.getPolicies(BoxRepository boxRepository,
String workspace,
AbstractBox box) |
protected List<PolicyBox> |
AbstractDeploymentDataPoliciesHandler.matchRequirementsVsClaims(List<PolicyBox> policyBoxes,
AbstractBox boxToDeploy) |
List<PolicyBox> |
CloudFormationDeploymentDataPolicies.retrievePoliciesToDeploy(BoxRepository boxRepository,
String workspace,
AbstractBox boxToDeploy) |
List<PolicyBox> |
ApplicationBoxDeploymentDataPolicies.retrievePoliciesToDeploy(BoxRepository boxRepository,
String workspace,
AbstractBox boxToDeploy) |
List<PolicyBox> |
DeploymentDataPoliciesHandler.retrievePoliciesToDeploy(BoxRepository boxRepository,
String workspace,
AbstractBox boxToDeploy) |
List<PolicyBox> |
PolicyDeploymentDataPolicies.retrievePoliciesToDeploy(BoxRepository boxRepository,
String workspace,
AbstractBox boxToDeploy) |
Copyright © 2016–2019. All rights reserved.