Package | Description |
---|---|
hudson | |
hudson.diagnosis | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.slaves |
Code related to agents.
|
hudson.triggers |
Built-in
Trigger s that run periodically to kick a new build. |
jenkins | |
jenkins.telemetry |
Modifier and Type | Class and Description |
---|---|
static class |
TcpSlaveAgentListener.TcpSlaveAgentListenerRescheduler
Reschedules the
TcpSlaveAgentListener on demand. |
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 |
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 agents.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputerRetentionWork
Periodically checks the agents and try to reconnect dead agents.
|
class |
ConnectionActivityMonitor
Makes sure that connections to agents 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 |
DailyCheck
Implements a daily update check for update sites and
DownloadService.Downloadable s that are due. |
Modifier and Type | Class and Description |
---|---|
static class |
Telemetry.TelemetryReporter |
Copyright © 2004–2019. All rights reserved.