Uses of Class
hudson.model.AdministrativeMonitor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Built-in
Trigger
s that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of AdministrativeMonitor in hudson
Modifier and TypeClassDescriptionstatic final class
AdministrativeMonitor
that checks if there are any plugins with cycle dependencies.static final class
AdministrativeMonitor
that checks if there are any plugins that are deprecated.static final class
AdministrativeMonitor
that informs the administrator about a required plugin update.static final class
Administrative Monitor for failed plugins -
Uses of AdministrativeMonitor in hudson.diagnosis
Modifier and TypeClassDescriptionfinal class
Monitors the disk usage ofJENKINS_HOME
, and if it's almost filled up, warn the user.class
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
Tracks whether any data structure changes were corrected when loading XML, that could be resaved to migrate that data to the new format.class
Looks out for a broken reverse proxy setup that doesn't rewrite the location header correctly.class
If Hudson is run with a lot of jobs but no views, suggest the user that they can create views. -
Uses of AdministrativeMonitor in hudson.model
Modifier and TypeClassDescriptionstatic final class
AdministrativeMonitor
that checks if there's Jenkins update.Modifier and TypeMethodDescriptionstatic ExtensionList<AdministrativeMonitor>
AdministrativeMonitor.all()
All registeredAdministrativeMonitor
instances. -
Uses of AdministrativeMonitor in hudson.node_monitors
Modifier and TypeClassDescriptionclass
IfNodeMonitor
marks the node as offline, we'll show this to the admin to get their attention. -
Uses of AdministrativeMonitor in hudson.triggers
Modifier and TypeClassDescriptionstatic final class
class
-
Uses of AdministrativeMonitor in hudson.util
Modifier and TypeClassDescriptionclass
Deprecated.class
Makes sure that no other Hudson uses ourJENKINS_HOME
directory, to forestall the problem of running multiple instances of Hudson that point to the same data directory. -
Uses of AdministrativeMonitor in jenkins.diagnosis
Modifier and TypeClassDescriptionclass
Finds crash dump reports and show them in the UI. -
Uses of AdministrativeMonitor in jenkins.diagnostics
Modifier and TypeClassDescriptionclass
Performs monitoring ofJenkins
InitMilestone
status.class
class
class
Jenkins URL is required for a lot of operations in both core and plugins.class
Unsecured Jenkins is, well, insecure.class
-
Uses of AdministrativeMonitor in jenkins.management
Modifier and TypeClassDescriptionclass
Convenient partial implementation ofAdministrativeMonitor
that involves a background "fixing" action once the user opts in for the execution of it.Modifier and TypeMethodDescriptionAdministrativeMonitorsDecorator.filterNonSecurityAdministrativeMonitors
(Collection<AdministrativeMonitor> activeMonitors) AdministrativeMonitorsDecorator.filterSecurityAdministrativeMonitors
(Collection<AdministrativeMonitor> activeMonitors) AdministrativeMonitorsApiData.getMonitorsList()
AdministrativeMonitorsDecorator.getMonitorsToDisplay()
Compute the administrative monitors that are active and should be shown.AdministrativeMonitorsDecorator.getNonSecurityAdministrativeMonitors()
AdministrativeMonitorsDecorator.getSecurityAdministrativeMonitors()
Modifier and TypeMethodDescriptionAdministrativeMonitorsDecorator.filterNonSecurityAdministrativeMonitors
(Collection<AdministrativeMonitor> activeMonitors) AdministrativeMonitorsDecorator.filterSecurityAdministrativeMonitors
(Collection<AdministrativeMonitor> activeMonitors) -
Uses of AdministrativeMonitor in jenkins.model
Modifier and TypeClassDescriptionclass
Inform the admin about the migration.static class
Modifier and TypeFieldDescriptionfinal List<AdministrativeMonitor>
Jenkins.administrativeMonitors
AdministrativeMonitor
s installed on this system.Modifier and TypeMethodDescriptionJenkins.getAdministrativeMonitor
(String id) BindsAdministrativeMonitor
s to URL.Modifier and TypeMethodDescriptionJenkins.getActiveAdministrativeMonitors()
Returns the enabled and activated administrative monitors accessible to the current user. -
Uses of AdministrativeMonitor in jenkins.monitor
Modifier and TypeClassDescriptionclass
class
-
Uses of AdministrativeMonitor in jenkins.security
Modifier and TypeClassDescriptionclass
Recommend use ofResourceDomainConfiguration
to users with the system propertyhudson.model.DirectoryBrowserSupport.CSP
set to overrideDirectoryBrowserSupport.DEFAULT_CSP_VALUE
.class
Administrative monitor showing plugin/core warnings published by the configured update site to the user. -
Uses of AdministrativeMonitor in jenkins.security.apitoken
Modifier and TypeClassDescriptionclass
Monitor that the API Token are not generated by default without the user interaction.class
Monitor that the API Token cannot be created for a user without existing legacy tokenclass
Monitor the list of users that still have legacy token -
Uses of AdministrativeMonitor in jenkins.security.csrf
Modifier and TypeClassDescriptionclass
Monitor that the CSRF protection is enabled on the application.
AdministrativeMonitor
directly instead.