Uses of Class
hudson.model.PeriodicWork
Packages that use PeriodicWork
Package
Description
Core object model that are bound to URLs via stapler, rooted at 
Jenkins.Code related to agents.
Built-in 
Triggers that run periodically to kick a new build.- 
Uses of PeriodicWork in hudson.diagnosis
Subclasses of PeriodicWork in hudson.diagnosisModifier and TypeClassDescriptionclassPeriodically checks the disk usage ofJENKINS_HOME, and activateHudsonHomeDiskUsageMonitorif necessary.final classMonitors the memory usage of the system in OS specific way. - 
Uses of PeriodicWork in hudson.model
Subclasses of PeriodicWork in hudson.modelModifier and TypeClassDescriptionclassPeriodicWorkthat takes a long time to run.classScans the fingerprint database and remove old records that are no longer relevant.static classPeriodically update the load statistics average.classClean up old left-over workspaces from agents.Methods in hudson.model that return types with arguments of type PeriodicWorkModifier and TypeMethodDescriptionstatic ExtensionList<PeriodicWork>PeriodicWork.all()Returns all the registeredPeriodicWorks. - 
Uses of PeriodicWork in hudson.slaves
Subclasses of PeriodicWork in hudson.slavesModifier and TypeClassDescriptionclassPeriodically checks the agents and try to reconnect dead agents.classMakes sure that connections to agents are alive, and if they are not, cut them off.static classPeriodically invoke NodeProvisioners - 
Uses of PeriodicWork in hudson.triggers
Subclasses of PeriodicWork in hudson.triggersModifier and TypeClassDescriptionstatic classRuns every minute to checkTimerTriggerand schedules build. - 
Uses of PeriodicWork in jenkins
Subclasses of PeriodicWork in jenkinsModifier and TypeClassDescriptionfinal classImplements a daily update check for update sites andDownloadService.Downloadables that are due. - 
Uses of PeriodicWork in jenkins.model
Subclasses of PeriodicWork in jenkins.modelModifier and TypeClassDescriptionclassBackground task actually running background build discarders. - 
Uses of PeriodicWork in jenkins.telemetry
Subclasses of PeriodicWork in jenkins.telemetry