com.xebialabs.deployit.deployment.orchestrator
Class CompositePackageOrchestrator

java.lang.Object
  extended by com.xebialabs.deployit.deployment.orchestrator.CompositePackageOrchestrator
All Implemented Interfaces:
com.xebialabs.deployit.engine.spi.orchestration.Orchestrator

public class CompositePackageOrchestrator
extends java.lang.Object
implements com.xebialabs.deployit.engine.spi.orchestration.Orchestrator


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.engine.spi.orchestration.Orchestrator
com.xebialabs.deployit.engine.spi.orchestration.Orchestrator.Metadata
 
Constructor Summary
CompositePackageOrchestrator()
           
 
Method Summary
 com.xebialabs.deployit.engine.spi.orchestration.Orchestration 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

CompositePackageOrchestrator

public CompositePackageOrchestrator()
Method Detail

orchestrate

public com.xebialabs.deployit.engine.spi.orchestration.Orchestration orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
Specified by:
orchestrate in interface com.xebialabs.deployit.engine.spi.orchestration.Orchestrator