Uses of Package
hudson.node_monitors
-
Packages that use hudson.node_monitors 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 -
Classes in hudson.node_monitors used by hudson.model Class Description NodeMonitor Extension point for managing and monitoringNode
s. -
Classes in hudson.node_monitors used by hudson.node_monitors Class Description AbstractAsyncNodeMonitorDescriptor Sophisticated version ofAbstractNodeMonitorDescriptor
that performs monitoring on all agents concurrently and asynchronously.AbstractAsyncNodeMonitorDescriptor.Result Result object forAbstractAsyncNodeMonitorDescriptor.monitorDetailed()
to facilitate extending information returned in the future.AbstractDiskSpaceMonitor AbstractNodeMonitorDescriptor Convenient base class for commonNodeMonitor
implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.DiskSpaceMonitorDescriptor AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.DiskSpaceMonitorDescriptor.DiskSpace Value object that represents the disk space.MonitorOfflineCause Offline cause to denote it was node monitor what put computer offline.NodeMonitor Extension point for managing and monitoringNode
s.ResponseTimeMonitor.Data Immutable representation of the monitoring data.