Package com.xebialabs.deployit.plugin.api.execution

Interface Summary
ExecutionContext Defines a set of methods that a step uses to communicate with its execution engine, e.g.
ExecutionContextListener Interface that can be implemented by objects stored as step execution context attributes to get notified about the lifecycle of the step execution context.
Step<C extends ExecutionContext> A Step that can be executed for either Inspection or Deployment.
 

Enum Summary
Step.Result