Uses of Class
hudson.node_monitors.NodeMonitor
-
Packages that use NodeMonitor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.node_monitors Code that monitors the health of agents -
-
Uses of NodeMonitor in hudson.model
Methods in hudson.model that return types with arguments of type NodeMonitor Modifier and Type Method Description static List<NodeMonitor>
ComputerSet. get_monitors()
Deprecated.as of 1.301 UseComputerSet.getMonitors()
.static DescribableList<NodeMonitor,Descriptor<NodeMonitor>>
ComputerSet. getMonitors()
static DescribableList<NodeMonitor,Descriptor<NodeMonitor>>
ComputerSet. getMonitors()
DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
ComputerSet. getNodeMonitorDescriptors()
Exposingall()
for Jelly binding.DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
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_monitors Modifier and Type Class Description class
AbstractDiskSpaceMonitor
class
ArchitectureMonitor
Discovers the architecture of the system to display in the agent list page.class
ClockMonitor
NodeMonitor
that checks clock ofNode
to detect out of sync clocks.class
DiskSpaceMonitor
Checks available disk space of the remote FS root.class
ResponseTimeMonitor
Monitors the round-trip response time to this agent.class
SwapSpaceMonitor
Checks the swap space availability.class
TemporarySpaceMonitor
Monitors the disk space of "/tmp".Fields in hudson.node_monitors with type parameters of type NodeMonitor Modifier and Type Field Description static DescriptorList<NodeMonitor>
NodeMonitor. LIST
Deprecated.as of 1.286.Methods in hudson.node_monitors that return NodeMonitor Modifier and Type Method Description NodeMonitor
ArchitectureMonitor.DescriptorImpl. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
NodeMonitor
ClockMonitor.DescriptorImpl. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
NodeMonitor
SwapSpaceMonitor.DescriptorImpl. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
Methods in hudson.node_monitors that return types with arguments of type NodeMonitor Modifier and Type Method Description static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
NodeMonitor. all()
Returns all the registeredNodeMonitor
descriptors.static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
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 NodeMonitor Constructor Description AbstractAsyncNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz)
AbstractAsyncNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz, long interval)
AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz)
Deprecated.as of 1.522 Extend fromAbstractAsyncNodeMonitorDescriptor
AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz, long interval)
Deprecated.as of 1.522 Extend fromAbstractAsyncNodeMonitorDescriptor
-