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.
|
Method Summary |
com.xebialabs.deployit.plugin.api.deployment.execution.Plan |
orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
|
orchestrate
com.xebialabs.deployit.plugin.api.deployment.execution.Plan orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)