Uses of Class
hudson.model.AdministrativeMonitor
Packages that use 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
Subclasses of AdministrativeMonitor in hudsonModifier 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
Subclasses of AdministrativeMonitor in hudson.diagnosisModifier 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
Subclasses of AdministrativeMonitor in hudson.modelModifier and TypeClassDescriptionstatic final class
AdministrativeMonitor
that checks if there's Jenkins update.Methods in hudson.model that return types with arguments of type AdministrativeMonitorModifier and TypeMethodDescriptionstatic ExtensionList<AdministrativeMonitor>
AdministrativeMonitor.all()
All registeredAdministrativeMonitor
instances. -
Uses of AdministrativeMonitor in hudson.node_monitors
Subclasses of AdministrativeMonitor in hudson.node_monitorsModifier 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
Subclasses of AdministrativeMonitor in hudson.triggersModifier and TypeClassDescriptionstatic final class
class
-
Uses of AdministrativeMonitor in hudson.util
Subclasses of AdministrativeMonitor in hudson.utilModifier 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
Subclasses of AdministrativeMonitor in jenkins.diagnosisModifier and TypeClassDescriptionclass
Finds crash dump reports and show them in the UI. -
Uses of AdministrativeMonitor in jenkins.diagnostics
Subclasses of AdministrativeMonitor in jenkins.diagnosticsModifier 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
Subclasses of AdministrativeMonitor in jenkins.managementModifier and TypeClassDescriptionclass
Convenient partial implementation ofAdministrativeMonitor
that involves a background "fixing" action once the user opts in for the execution of it.Methods in jenkins.management that return types with arguments of type AdministrativeMonitorModifier 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()
Method parameters in jenkins.management with type arguments of type AdministrativeMonitorModifier and TypeMethodDescriptionAdministrativeMonitorsDecorator.filterNonSecurityAdministrativeMonitors
(Collection<AdministrativeMonitor> activeMonitors) AdministrativeMonitorsDecorator.filterSecurityAdministrativeMonitors
(Collection<AdministrativeMonitor> activeMonitors) -
Uses of AdministrativeMonitor in jenkins.model
Subclasses of AdministrativeMonitor in jenkins.modelModifier and TypeClassDescriptionclass
Inform the admin about the migration.static class
Fields in jenkins.model with type parameters of type AdministrativeMonitorModifier and TypeFieldDescriptionfinal List<AdministrativeMonitor>
Jenkins.administrativeMonitors
AdministrativeMonitor
s installed on this system.Methods in jenkins.model that return AdministrativeMonitorModifier and TypeMethodDescriptionJenkins.getAdministrativeMonitor
(String id) BindsAdministrativeMonitor
s to URL.Methods in jenkins.model that return types with arguments of type AdministrativeMonitorModifier and TypeMethodDescriptionJenkins.getActiveAdministrativeMonitors()
Returns the enabled and activated administrative monitors accessible to the current user. -
Uses of AdministrativeMonitor in jenkins.monitor
Subclasses of AdministrativeMonitor in jenkins.monitorModifier and TypeClassDescriptionclass
class
-
Uses of AdministrativeMonitor in jenkins.security
Subclasses of AdministrativeMonitor in jenkins.securityModifier 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
Subclasses of AdministrativeMonitor in jenkins.security.apitokenModifier 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
Subclasses of AdministrativeMonitor in jenkins.security.csrfModifier and TypeClassDescriptionclass
Monitor that the CSRF protection is enabled on the application.
AdministrativeMonitor
directly instead.