public abstract class SafeTimerTask extends TimerTask
Timer wrapper so that a fatal error in TimerTask
won't terminate the timer.
Trigger.timer is a shared timer instance that can be used inside Hudson to
schedule a recurring work.
Trigger.timer| Constructor and Description |
|---|
SafeTimerTask() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doRun() |
void |
run() |
cancel, scheduledExecutionTimeCopyright © 2014. All rights reserved.