Uses of Class
hudson.model.AdministrativeMonitor

Packages that use AdministrativeMonitor
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.os.solaris Solaris specific features of Hudson. 
hudson.triggers Built-in Triggers that run periodically to kick a new build. 
hudson.util Other miscellaneous utility code 
jenkins.model   
jenkins.security   
 

Uses of AdministrativeMonitor in hudson
 

Subclasses of AdministrativeMonitor in hudson
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.
 

Uses of AdministrativeMonitor in hudson.diagnosis
 

Subclasses of AdministrativeMonitor in hudson.diagnosis
 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.
 

Uses of AdministrativeMonitor in hudson.model
 

Subclasses of AdministrativeMonitor in hudson.model
static class UpdateCenter.CoreUpdateMonitor
          AdministrativeMonitor that checks if there's Jenkins update.
 

Methods in hudson.model that return types with arguments of type AdministrativeMonitor
static ExtensionList<AdministrativeMonitor> AdministrativeMonitor.all()
          All registered AdministrativeMonitor instances.
 

Uses of AdministrativeMonitor in hudson.node_monitors
 

Subclasses of AdministrativeMonitor in hudson.node_monitors
 class MonitorMarkedNodeOffline
          If NodeMonitor marks the node as offline, we'll show this to the admin to get their attention.
 

Uses of AdministrativeMonitor in hudson.os.solaris
 

Subclasses of AdministrativeMonitor in hudson.os.solaris
 class ZFSInstaller
          Encourages the user to migrate JENKINS_HOME on a ZFS file system.
static class ZFSInstaller.MigrationCompleteNotice
          Used to indicate that the migration was completed successfully.
static class ZFSInstaller.MigrationFailedNotice
          Used to indicate a failure in the migration.
 

Methods in hudson.os.solaris that return AdministrativeMonitor
static AdministrativeMonitor ZFSInstaller.init()
           
 

Uses of AdministrativeMonitor in hudson.triggers
 

Subclasses of AdministrativeMonitor in hudson.triggers
static class SCMTrigger.AdministrativeMonitorImpl
           
 

Uses of AdministrativeMonitor in hudson.util
 

Subclasses of AdministrativeMonitor in hudson.util
 class AdministrativeError
          A convenient AdministrativeMonitor implementations that show an error message and optional stack trace.
 

Uses of AdministrativeMonitor in jenkins.model
 

Fields in jenkins.model with type parameters of type AdministrativeMonitor
 List<AdministrativeMonitor> Jenkins.administrativeMonitors
          AdministrativeMonitors installed on this system.
 

Methods in jenkins.model that return AdministrativeMonitor
 AdministrativeMonitor Jenkins.getAdministrativeMonitor(String id)
          Binds AdministrativeMonitors to URL.
 

Uses of AdministrativeMonitor in jenkins.security
 

Subclasses of AdministrativeMonitor in jenkins.security
 class RekeySecretAdminMonitor
          Warns the administrator to run SecretRewriter
 



Copyright © 2004-2013. All Rights Reserved.