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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static @interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
    Deprecated.
    orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecificationWithDependencies specificationWithDependencies)
     
  • Method Details

    • orchestrate

      @Deprecated default Orchestration orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification specification)
      Deprecated.
    • orchestrate

      default Orchestration orchestrate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecificationWithDependencies specificationWithDependencies)