com.xebialabs.deployit.deployment.orchestrator
Class ContainerOrchestratorBase
java.lang.Object
com.xebialabs.deployit.deployment.orchestrator.ContainerOrchestratorBase
- Direct Known Subclasses:
- CompositePackageOrchestrator, ContainerByContainerOrchestrator
public class ContainerOrchestratorBase
- extends java.lang.Object
|
Field Summary |
protected com.google.common.base.Function<java.util.Collection<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>,com.xebialabs.deployit.engine.spi.orchestration.Orchestration> |
deltasToPlan
|
protected com.google.common.base.Function<com.xebialabs.deployit.plugin.api.deployment.specification.Delta,com.xebialabs.deployit.plugin.api.udm.Container> |
deltaToContainer
|
|
Method Summary |
protected com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> |
getDeployed(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deltaToContainer
protected final com.google.common.base.Function<com.xebialabs.deployit.plugin.api.deployment.specification.Delta,com.xebialabs.deployit.plugin.api.udm.Container> deltaToContainer
deltasToPlan
protected final com.google.common.base.Function<java.util.Collection<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>,com.xebialabs.deployit.engine.spi.orchestration.Orchestration> deltasToPlan
ContainerOrchestratorBase
public ContainerOrchestratorBase()
getDeployed
protected com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> getDeployed(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input)