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 agents
|
hudson.triggers |
Built-in
Trigger s that run periodically to kick a new build. |
hudson.util |
Other miscellaneous utility code
|
jenkins.diagnosis | |
jenkins.diagnostics | |
jenkins.management | |
jenkins.model | |
jenkins.monitor | |
jenkins.security | |
jenkins.security.apitoken | |
jenkins.security.csrf |
Modifier and Type | Class and Description |
---|---|
static class |
PluginManager.PluginCycleDependenciesMonitor
AdministrativeMonitor that checks if there are any plugins with cycle dependencies. |
static class |
PluginManager.PluginDeprecationMonitor
AdministrativeMonitor that checks if there are any plugins that are deprecated. |
static class |
PluginManager.PluginUpdateMonitor
AdministrativeMonitor that informs the administrator about a required plugin update. |
static class |
PluginWrapper.PluginWrapperAdministrativeMonitor
Administrative Monitor for failed plugins
|
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 |
class |
SlowTriggerAdminMonitor |
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 |
CompletedInitializationMonitor
Performs monitoring of
Jenkins InitMilestone status. |
class |
ControllerExecutorsAgents |
class |
ControllerExecutorsNoAgents |
class |
RootUrlNotSetMonitor
Jenkins URL is required for a lot of operations in both core and plugins.
|
class |
SecurityIsOffMonitor
Unsecured Jenkins is, well, insecure.
|
class |
URICheckEncodingMonitor |
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 | Method and Description |
---|---|
Collection<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.filterNonSecurityAdministrativeMonitors(Collection<AdministrativeMonitor> activeMonitors) |
Collection<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.filterSecurityAdministrativeMonitors(Collection<AdministrativeMonitor> activeMonitors) |
List<AdministrativeMonitor> |
AdministrativeMonitorsApiData.getMonitorsList() |
Collection<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.getMonitorsToDisplay()
Compute the administrative monitors that are active and should be shown.
|
List<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.getNonSecurityAdministrativeMonitors() |
List<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.getSecurityAdministrativeMonitors() |
Modifier and Type | Method and Description |
---|---|
Collection<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.filterNonSecurityAdministrativeMonitors(Collection<AdministrativeMonitor> activeMonitors) |
Collection<AdministrativeMonitor> |
AdministrativeMonitorsDecorator.filterSecurityAdministrativeMonitors(Collection<AdministrativeMonitor> activeMonitors) |
Modifier and Type | Class and Description |
---|---|
class |
BuiltInNodeMigration
Inform the admin about the migration.
|
static class |
Jenkins.EnforceSlaveAgentPortAdministrativeMonitor |
Modifier and Type | Field and Description |
---|---|
List<AdministrativeMonitor> |
Jenkins.administrativeMonitors
AdministrativeMonitor s installed on this system. |
Modifier and Type | Method and Description |
---|---|
AdministrativeMonitor |
Jenkins.getAdministrativeMonitor(String id)
Binds
AdministrativeMonitor s to URL. |
Modifier and Type | Method and Description |
---|---|
List<AdministrativeMonitor> |
Jenkins.getActiveAdministrativeMonitors()
Returns the enabled and activated administrative monitors accessible to the current user.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaVersionRecommendationAdminMonitor |
Modifier and Type | Class and Description |
---|---|
class |
RekeySecretAdminMonitor
Warns the administrator to run
SecretRewriter |
class |
ResourceDomainRecommendation
Recommend use of
ResourceDomainConfiguration to users with the system property
hudson.model.DirectoryBrowserSupport.CSP set to override
DirectoryBrowserSupport.DEFAULT_CSP_VALUE . |
class |
UpdateSiteWarningsMonitor
Administrative monitor showing plugin/core warnings published by the configured update site to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiTokenPropertyDisabledDefaultAdministrativeMonitor
Monitor that the API Token are not generated by default without the user interaction.
|
class |
ApiTokenPropertyEnabledNewLegacyAdministrativeMonitor
Monitor that the API Token cannot be created for a user without existing legacy token
|
class |
LegacyApiTokenAdministrativeMonitor
Monitor the list of users that still have legacy token
|
Modifier and Type | Class and Description |
---|---|
class |
CSRFAdministrativeMonitor
Monitor that the CSRF protection is enabled on the application.
|
Copyright © 2004–2022. All rights reserved.