com.xebialabs.deployit.server.api.orchestrator
Interface Orchestrator


public interface Orchestrator

An Orchestrator converts a DeltaSpecification into a (unresolved) Plan, which can then be resolved to result in steps. Using the Plans utilities, it is easy to assimilate the plan.


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

Method Detail

orchestrate

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