Uses of Class
hudson.model.AsyncPeriodicWork
-
Packages that use AsyncPeriodicWork Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins jenkins.model jenkins.telemetry -
-
Uses of AsyncPeriodicWork in hudson.model
Subclasses of AsyncPeriodicWork in hudson.model Modifier and Type Class Description class
FingerprintCleanupThread
Scans the fingerprint database and remove old records that are no longer relevant.class
WorkspaceCleanupThread
Clean up old left-over workspaces from agents. -
Uses of AsyncPeriodicWork in hudson.slaves
Subclasses of AsyncPeriodicWork in hudson.slaves Modifier and Type Class Description class
ConnectionActivityMonitor
Makes sure that connections to agents are alive, and if they are not, cut them off. -
Uses of AsyncPeriodicWork in jenkins
Subclasses of AsyncPeriodicWork 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 AsyncPeriodicWork in jenkins.model
Subclasses of AsyncPeriodicWork in jenkins.model Modifier and Type Class Description class
BackgroundGlobalBuildDiscarder
Background task actually running background build discarders. -
Uses of AsyncPeriodicWork in jenkins.telemetry
Subclasses of AsyncPeriodicWork in jenkins.telemetry Modifier and Type Class Description static class
Telemetry.TelemetryReporter
-