com.xebialabs.deployit.plugin.api.execution
Interface ExecutionContextListener


public interface 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.


Method Summary
 void contextDestroyed()
          Is invoked when the step execution context is destroyed.
 

Method Detail

contextDestroyed

void contextDestroyed()
Is invoked when the step execution context is destroyed.