com.xebialabs.deployit.deployment.orchestrator
Class ContainerByContainerOrchestrator

java.lang.Object
  extended by com.xebialabs.deployit.deployment.orchestrator.ContainerByContainerOrchestrator
All Implemented Interfaces:
com.xebialabs.deployit.server.api.orchestrator.Orchestrator

public class ContainerByContainerOrchestrator
extends java.lang.Object
implements com.xebialabs.deployit.server.api.orchestrator.Orchestrator


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.server.api.orchestrator.Orchestrator
com.xebialabs.deployit.server.api.orchestrator.Orchestrator.Metadata
 
Constructor Summary
ContainerByContainerOrchestrator()
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.deployment.execution.Plan orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerByContainerOrchestrator

public ContainerByContainerOrchestrator()
Method Detail

orchestrate

public com.xebialabs.deployit.plugin.api.deployment.execution.Plan orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
Specified by:
orchestrate in interface com.xebialabs.deployit.server.api.orchestrator.Orchestrator