org.jenkinsci.lib.xtrigger
Class AbstractTrigger.Runner

java.lang.Object
  extended by org.jenkinsci.lib.xtrigger.AbstractTrigger.Runner
All Implemented Interfaces:
Serializable, Runnable
Enclosing class:
AbstractTrigger

protected class AbstractTrigger.Runner
extends Object
implements Runnable, Serializable

Asynchronous task

See Also:
Serialized Form

Constructor Summary
AbstractTrigger.Runner(XTriggerLog log, String triggerName)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTrigger.Runner

public AbstractTrigger.Runner(XTriggerLog log,
                              String triggerName)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2004-2011. All Rights Reserved.