Uses of Class
hudson.node_monitors.NodeMonitor
Packages that use NodeMonitor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
-
Uses of NodeMonitor in hudson.model
Methods in hudson.model that return types with arguments of type NodeMonitorModifier and TypeMethodDescriptionstatic List<NodeMonitor>
ComputerSet.get_monitors()
Deprecated.Computer.getMonitoringData()
static DescribableList<NodeMonitor,
Descriptor<NodeMonitor>> ComputerSet.getMonitors()
static DescribableList<NodeMonitor,
Descriptor<NodeMonitor>> ComputerSet.getMonitors()
ComputerSet.getNodeMonitorDescriptors()
Exposingall()
for Jelly binding.ComputerSet.getNodeMonitorDescriptors()
Exposingall()
for Jelly binding.static Map<Descriptor<NodeMonitor>,
NodeMonitor> ComputerSet.getNonIgnoredMonitors()
Returns a subset pfComputerSet.getMonitors()
that are not ignored.static Map<Descriptor<NodeMonitor>,
NodeMonitor> ComputerSet.getNonIgnoredMonitors()
Returns a subset pfComputerSet.getMonitors()
that are not ignored. -
Uses of NodeMonitor in hudson.node_monitors
Subclasses of NodeMonitor in hudson.node_monitorsModifier and TypeClassDescriptionclass
class
Discovers the architecture of the system to display in the agent list page.class
NodeMonitor
that checks clock ofNode
to detect out of sync clocks.class
Checks available disk space of the remote FS root.class
Monitors the round-trip response time to this agent.class
Checks the swap space availability.class
Monitors the disk space of "/tmp".Fields in hudson.node_monitors with type parameters of type NodeMonitorModifier and TypeFieldDescriptionstatic final DescriptorList<NodeMonitor>
NodeMonitor.LIST
Deprecated.as of 1.286.Methods in hudson.node_monitors that return types with arguments of type NodeMonitorModifier and TypeMethodDescriptionNodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors.NodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors.static List<NodeMonitor>
NodeMonitor.getAll()
Obtains all the instances ofNodeMonitor
s that are alive.abstract Class<? extends NodeMonitor>
MonitorOfflineCause.getTrigger()
Identify monitor implementation that put computer offline.Class<? extends NodeMonitor>
ResponseTimeMonitor.Data.getTrigger()
Constructor parameters in hudson.node_monitors with type arguments of type NodeMonitorModifierConstructorDescriptionprotected
AbstractAsyncNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz) protected
AbstractAsyncNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz, long interval) protected
AbstractNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz) Deprecated.as of 1.522 Extend fromAbstractAsyncNodeMonitorDescriptor
protected
AbstractNodeMonitorDescriptor
(Class<? extends NodeMonitor> clazz, long interval) Deprecated.as of 1.522 Extend fromAbstractAsyncNodeMonitorDescriptor
ComputerSet.getMonitors()
.