com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Class GerritTriggerTimerTask
java.lang.Object
java.util.TimerTask
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerTimerTask
- All Implemented Interfaces:
- Runnable
public class GerritTriggerTimerTask
- extends TimerTask
TimerTasks that are created from a GerritTrigger and periodically calls
GerritTrigger.updateTriggerConfigURL().
- Author:
- Fredrik Abrahamson <fredrik.abrahamson@sonymobile.com>
Method Summary |
void |
run()
Called periodically by the GerritTriggerTimer according to its schedule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
run
public void run()
- Called periodically by the GerritTriggerTimer according to its schedule.
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask
Copyright © 2004-2013. All Rights Reserved.