org.jenkinsci.plugins.gravatar
Class GravatarCheckAsyncPeriodicWork
java.lang.Object
java.util.TimerTask
hudson.triggers.SafeTimerTask
hudson.model.PeriodicWork
hudson.model.AsyncPeriodicWork
org.jenkinsci.plugins.gravatar.GravatarCheckAsyncPeriodicWork
- All Implemented Interfaces:
- hudson.ExtensionPoint, Runnable
@Extension
public class GravatarCheckAsyncPeriodicWork
- extends hudson.model.AsyncPeriodicWork
Async periodic worker that updates the cached map in UserGravatarResolver
It will run at startup and every 30 minutes to check if any user has set a gravatar
since last run. The UserGravatarResolver will cache the check for gravatars
so the time required when showing the People pages will be as short as possible. This
worker task makes sure that the cache is updated every 30 minutes.
- Author:
- Erik Ramfelt
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.AsyncPeriodicWork |
name |
| Fields inherited from class hudson.model.PeriodicWork |
DAY, HOUR, logger, MIN |
| Methods inherited from class hudson.model.AsyncPeriodicWork |
createListener, doRun, getLogFile |
| Methods inherited from class hudson.model.PeriodicWork |
all |
| Methods inherited from class hudson.triggers.SafeTimerTask |
run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GravatarCheckAsyncPeriodicWork
public GravatarCheckAsyncPeriodicWork()
execute
protected void execute(hudson.model.TaskListener listener)
throws IOException,
InterruptedException
- Specified by:
execute in class hudson.model.AsyncPeriodicWork
- Throws:
IOException
InterruptedException
getRecurrencePeriod
public long getRecurrencePeriod()
- Specified by:
getRecurrencePeriod in class hudson.model.PeriodicWork
getInitialDelay
public long getInitialDelay()
- Overrides:
getInitialDelay in class hudson.model.PeriodicWork
Copyright © 2004-2011. All Rights Reserved.