com.xebialabs.deployit.engine.tasker
Class OldExecutionContextListenerCleanupTrigger

java.lang.Object
  extended by com.xebialabs.deployit.engine.tasker.OldExecutionContextListenerCleanupTrigger
All Implemented Interfaces:
com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener, java.io.Serializable

public class OldExecutionContextListenerCleanupTrigger
extends java.lang.Object
implements com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener

See Also:
Serialized Form

Constructor Summary
OldExecutionContextListenerCleanupTrigger()
           
 
Method Summary
 void stepStateChanged(com.xebialabs.deployit.engine.spi.execution.StepExecutionStateEvent event)
           
 void taskStateChanged(com.xebialabs.deployit.engine.spi.execution.TaskExecutionStateEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldExecutionContextListenerCleanupTrigger

public OldExecutionContextListenerCleanupTrigger()
Method Detail

stepStateChanged

public void stepStateChanged(com.xebialabs.deployit.engine.spi.execution.StepExecutionStateEvent event)
Specified by:
stepStateChanged in interface com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener

taskStateChanged

public void taskStateChanged(com.xebialabs.deployit.engine.spi.execution.TaskExecutionStateEvent event)
Specified by:
taskStateChanged in interface com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener