|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeriodicWork | |
---|---|
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. |
Uses of PeriodicWork in hudson.diagnosis |
---|
Subclasses of PeriodicWork 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 PeriodicWork in hudson.model |
---|
Subclasses of PeriodicWork in hudson.model | |
---|---|
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 |
WorkspaceCleanupThread
Clean up old left-over workspaces from slaves. |
Methods in hudson.model that return types with arguments of type PeriodicWork | |
---|---|
static ExtensionList<PeriodicWork> |
PeriodicWork.all()
Returns all the registered PeriodicWork s. |
Uses of PeriodicWork in hudson.slaves |
---|
Subclasses of PeriodicWork 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 PeriodicWork in hudson.triggers |
---|
Subclasses of PeriodicWork in hudson.triggers | |
---|---|
static class |
Trigger.Cron
Runs every minute to check TimerTrigger and schedules build. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |