Package | Description |
---|---|
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.
|
jenkins.diagnostics.ooom | |
jenkins.model |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<PeriodicWork> |
PeriodicWork.all()
Returns all the registered
PeriodicWork s. |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
static class |
Trigger.Cron
Runs every minute to check
TimerTrigger and schedules build. |
Modifier and Type | Class and Description |
---|---|
class |
OutOfOrderBuildDetector
Discovers
Problem s periodically in the background and
pass them on to OutOfOrderBuildMonitor . |
Modifier and Type | Class and Description |
---|---|
static class |
DownloadSettings.DailyCheck |
Copyright © 2016. All rights reserved.