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


Deprecated. Please use the ExecutionStateListener in order to get more advanced signals.

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()
          Deprecated. Is invoked when the step execution context is destroyed.
 

Method Detail

contextDestroyed

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