Uses of Class
hudson.triggers.SafeTimerTask
-
Packages that use SafeTimerTask Package Description hudson.diagnosis hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.hudson.triggers Built-inTrigger
s that run periodically to kick a new build.jenkins jenkins.model jenkins.telemetry -
-
Uses of SafeTimerTask in hudson.diagnosis
Subclasses of SafeTimerTask in hudson.diagnosis Modifier and Type Class Description class
HudsonHomeDiskUsageChecker
Periodically checks the disk usage ofJENKINS_HOME
, and activateHudsonHomeDiskUsageMonitor
if necessary.class
MemoryUsageMonitor
Monitors the memory usage of the system in OS specific way. -
Uses of SafeTimerTask in hudson.model
Subclasses of SafeTimerTask in hudson.model Modifier and Type Class Description class
AperiodicWork
Extension point which allows scheduling a task with variable interval.class
AsyncAperiodicWork
AperiodicWork
that takes a long time to run.class
AsyncPeriodicWork
PeriodicWork
that takes a long time to run.class
FingerprintCleanupThread
Scans the fingerprint database and remove old records that are no longer relevant.static class
LoadStatistics.LoadStatisticsUpdater
Periodically update the load statistics average.class
PeriodicWork
Extension point to perform a periodic task in Hudson (throughTimer
.)class
WorkspaceCleanupThread
Clean up old left-over workspaces from agents. -
Uses of SafeTimerTask in hudson.slaves
Subclasses of SafeTimerTask in hudson.slaves Modifier and Type Class Description class
ComputerRetentionWork
Periodically checks the agents and try to reconnect dead agents.class
ConnectionActivityMonitor
Makes sure that connections to agents are alive, and if they are not, cut them off.static class
NodeProvisioner.NodeProvisionerInvoker
Periodically invoke NodeProvisioners -
Uses of SafeTimerTask in hudson.triggers
Subclasses of SafeTimerTask in hudson.triggers Modifier and Type Class Description static class
Trigger.Cron
Runs every minute to checkTimerTrigger
and schedules build.Methods in hudson.triggers that return SafeTimerTask Modifier and Type Method Description static SafeTimerTask
SafeTimerTask. of(SafeTimerTask.ExceptionRunnable r)
Lambda-friendly means of creating a task. -
Uses of SafeTimerTask in jenkins
Subclasses of SafeTimerTask in jenkins Modifier and Type Class Description class
DailyCheck
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.model Modifier and Type Class Description class
BackgroundGlobalBuildDiscarder
Background task actually running background build discarders. -
Uses of SafeTimerTask in jenkins.telemetry
Subclasses of SafeTimerTask in jenkins.telemetry Modifier and Type Class Description static class
Telemetry.TelemetryReporter
-