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

All Known Implementing Classes:
CompositeOrchestration, InterleavedOrchestration, ParallelOrchestration, SerialOrchestration

public interface Orchestration

A plan of DeploymentSteps.


Method Summary
 java.lang.String getType()
          The type of orchestration (Parallel, Serial, Interleaved)
 

Method Detail

getType

java.lang.String getType()
The type of orchestration (Parallel, Serial, Interleaved)

Returns:
the type of plan