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>
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
getGerritTrigger
public GerritTrigger getGerritTrigger()
- The
GerritTrigger
that created this timerTask.
- Returns:
- the trigger.
Copyright © 2004-2014. All Rights Reserved.