com.xebialabs.deployit.engine.spi.orchestration
Interface Orchestrator


public interface Orchestrator

An Orchestrator converts a DeltaSpecification into a Orchestration, which can then be resolved to result in steps. Using the Orchestrations utilities, it is easy to assimilate the Orchestration.


Nested Class Summary
static interface Orchestrator.Metadata
           
 
Method Summary
 Orchestration orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
           
 

Method Detail

orchestrate

Orchestration orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)