Uses of Class
hudson.triggers.SafeTimerTask
Packages that use SafeTimerTask
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
Built-in
Trigger
s that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of SafeTimerTask in hudson.diagnosis
Subclasses of SafeTimerTask in hudson.diagnosisModifier and TypeClassDescriptionclass
Periodically checks the disk usage ofJENKINS_HOME
, and activateHudsonHomeDiskUsageMonitor
if necessary.final class
Monitors the memory usage of the system in OS specific way. -
Uses of SafeTimerTask in hudson.model
Subclasses of SafeTimerTask in hudson.modelModifier and TypeClassDescriptionclass
Extension point which allows scheduling a task with variable interval.class
AperiodicWork
that takes a long time to run.class
PeriodicWork
that takes a long time to run.class
Scans the fingerprint database and remove old records that are no longer relevant.static class
Periodically update the load statistics average.class
Extension point to perform a periodic task in Hudson (throughTimer
.)class
Clean up old left-over workspaces from agents. -
Uses of SafeTimerTask in hudson.slaves
Subclasses of SafeTimerTask in hudson.slavesModifier and TypeClassDescriptionclass
Periodically checks the agents and try to reconnect dead agents.class
Makes sure that connections to agents are alive, and if they are not, cut them off.static class
Periodically invoke NodeProvisioners -
Uses of SafeTimerTask in hudson.triggers
Subclasses of SafeTimerTask in hudson.triggersModifier and TypeClassDescriptionstatic class
Runs every minute to checkTimerTrigger
and schedules build.Methods in hudson.triggers that return SafeTimerTaskModifier and TypeMethodDescriptionstatic SafeTimerTask
SafeTimerTask.of
(SafeTimerTask.ExceptionRunnable r) Lambda-friendly means of creating a task. -
Uses of SafeTimerTask in hudson.util
Subclasses of SafeTimerTask in hudson.util -
Uses of SafeTimerTask in jenkins
Subclasses of SafeTimerTask in jenkinsModifier and TypeClassDescriptionfinal class
Implements a daily update check for update sites andDownloadService.Downloadable
s that are due. -
Uses of SafeTimerTask in jenkins.model
Subclasses of SafeTimerTask in jenkins.modelModifier and TypeClassDescriptionclass
Background task actually running background build discarders. -
Uses of SafeTimerTask in jenkins.telemetry
Subclasses of SafeTimerTask in jenkins.telemetry