Uses of Class
hudson.triggers.SafeTimerTask

Packages that use SafeTimerTask
hudson.diagnosis   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.slaves Code related to slaves. 
hudson.triggers Built-in Triggers that run periodically to kick a new build. 
hudson.util Other miscellaneous utility code 
 

Uses of SafeTimerTask in hudson.diagnosis
 

Subclasses of SafeTimerTask in hudson.diagnosis
 class HudsonHomeDiskUsageChecker
          Periodically checks the disk usage of JENKINS_HOME, and activate HudsonHomeDiskUsageMonitor 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
 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 (through Timer.)
 class WorkspaceCleanupThread
          Clean up old left-over workspaces from slaves.
 

Uses of SafeTimerTask in hudson.slaves
 

Subclasses of SafeTimerTask in hudson.slaves
 class ComputerRetentionWork
          Periodically checks the slaves and try to reconnect dead slaves.
 class ConnectionActivityMonitor
          Makes sure that connections to slaves 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
static class Trigger.Cron
          Runs every minute to check TimerTrigger and schedules build.
 

Uses of SafeTimerTask in hudson.util
 

Subclasses of SafeTimerTask in hudson.util
 class LoadMonitorImpl
           
 



Copyright © 2004-2013. All Rights Reserved.