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(String triggerName, XTriggerLog log)
           
 
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(String triggerName,
                              XTriggerLog log)
Method Detail

run

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


Copyright © 2004-2012. All Rights Reserved.