|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeMonitor | |
---|---|
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 |
Uses of NodeMonitor in hudson.model |
---|
Methods in hudson.model that return types with arguments of type NodeMonitor | |
---|---|
static List<NodeMonitor> |
ComputerSet.get_monitors()
Deprecated. as of 1.301 Use ComputerSet.getMonitors() . |
static DescribableList<NodeMonitor,Descriptor<NodeMonitor>> |
ComputerSet.getMonitors()
|
static DescribableList<NodeMonitor,Descriptor<NodeMonitor>> |
ComputerSet.getMonitors()
|
DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> |
ComputerSet.getNodeMonitorDescriptors()
Exposing all() for Jelly binding. |
DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> |
ComputerSet.getNodeMonitorDescriptors()
Exposing all() for Jelly binding. |
static Map<Descriptor<NodeMonitor>,NodeMonitor> |
ComputerSet.getNonIgnoredMonitors()
Returns a subset pf ComputerSet.getMonitors() that are not ignored. |
static Map<Descriptor<NodeMonitor>,NodeMonitor> |
ComputerSet.getNonIgnoredMonitors()
Returns a subset pf ComputerSet.getMonitors() that are not ignored. |
Uses of NodeMonitor in hudson.node_monitors |
---|
Subclasses of NodeMonitor in hudson.node_monitors | |
---|---|
class |
AbstractDiskSpaceMonitor
|
class |
ArchitectureMonitor
Discovers the architecture of the system to display in the slave list page. |
class |
ClockMonitor
NodeMonitor that checks clock of Node 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 slave. |
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 | |
---|---|
static DescriptorList<NodeMonitor> |
NodeMonitor.LIST
Deprecated. as of 1.286. Use all() for read access and Extension for registration. |
Methods in hudson.node_monitors that return NodeMonitor | |
---|---|
NodeMonitor |
ArchitectureMonitor.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 | |
---|---|
static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> |
NodeMonitor.all()
Returns all the registered NodeMonitor descriptors. |
static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> |
NodeMonitor.all()
Returns all the registered NodeMonitor descriptors. |
static List<NodeMonitor> |
NodeMonitor.getAll()
Obtains all the instances of NodeMonitor s that are alive. |
Constructor parameters in hudson.node_monitors with type arguments of type NodeMonitor | |
---|---|
AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz)
|
|
AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz,
long interval)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |