| Package | Description |
|---|---|
| hudson | |
| hudson.diagnosis | |
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.node_monitors |
Code that monitors the health of slaves
|
| hudson.triggers |
Built-in Triggers that run periodically to kick a new build.
|
| hudson.util |
Other miscellaneous utility code
|
| jenkins.diagnosis | |
| jenkins.diagnostics | |
| jenkins.management | |
| jenkins.model | |
| jenkins.security | |
| jenkins.security.s2m |
Slave -> master security.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginManager.PluginCycleDependenciesMonitor
AdministrativeMonitor that checks if there are any plugins with cycle dependencies. |
static class |
PluginManager.PluginUpdateMonitor
AdministrativeMonitor that informs the administrator about a required plugin update. |
| Modifier and Type | Class and Description |
|---|---|
class |
HudsonHomeDiskUsageMonitor
Monitors the disk usage of JENKINS_HOME, and if it's almost filled up, warn the user.
|
class |
NullIdDescriptorMonitor
Some old descriptors apparently has the getId() method that's used in different ways
and that's causing errors like JENKINS-8866, so detect and report that.
|
class |
OldDataMonitor
Tracks whether any data structure changes were corrected when loading XML,
that could be resaved to migrate that data to the new format.
|
class |
ReverseProxySetupMonitor
Looks out for a broken reverse proxy setup that doesn't rewrite the location header correctly.
|
class |
TooManyJobsButNoView
If Hudson is run with a lot of jobs but no views, suggest the user that they can create views.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCenter.CoreUpdateMonitor
AdministrativeMonitor that checks if there's Jenkins update. |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<AdministrativeMonitor> |
AdministrativeMonitor.all()
All registered
AdministrativeMonitor instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorMarkedNodeOffline
If
NodeMonitor marks the node as offline, we'll show this to the admin to get their attention. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SCMTrigger.AdministrativeMonitorImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AdministrativeError
A convenient
AdministrativeMonitor implementations that show an error message
and optional stack trace. |
| Modifier and Type | Class and Description |
|---|---|
class |
HsErrPidList
Finds crash dump reports and show them in the UI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PinningIsBlockingBundledPluginMonitor
Fires off when we have any pinned plugins that's blocking upgrade from the bundled version.
|
class |
SecurityIsOffMonitor
Unsecured Jenkins is, well, insecure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousAdministrativeMonitor
Convenient partial implementation of
AdministrativeMonitor that involves a background "fixing" action
once the user opts in for the execution of it. |
| Modifier and Type | Class and Description |
|---|---|
static class |
DownloadSettings.Warning |
| Modifier and Type | Field and Description |
|---|---|
List<AdministrativeMonitor> |
Jenkins.administrativeMonitors
AdministrativeMonitors installed on this system. |
| Modifier and Type | Method and Description |
|---|---|
AdministrativeMonitor |
Jenkins.getAdministrativeMonitor(String id)
Binds
AdministrativeMonitors to URL. |
| Modifier and Type | Class and Description |
|---|---|
class |
RekeySecretAdminMonitor
Warns the administrator to run
SecretRewriter |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminCallableMonitor
Report any rejected
Callables and FilePath executions and allow
admins to whitelist them. |
class |
MasterKillSwitchWarning
If
AdminWhitelistRule.masterKillSwitch is on, warn the user. |
Copyright © 2019. All rights reserved.