Uses of Class
hudson.node_monitors.AbstractDiskSpaceMonitor
-
Packages that use AbstractDiskSpaceMonitor Package Description hudson.node_monitors Code that monitors the health of agents -
-
Uses of AbstractDiskSpaceMonitor in hudson.node_monitors
Subclasses of AbstractDiskSpaceMonitor in hudson.node_monitors Modifier and Type Class Description class
DiskSpaceMonitor
Checks available disk space of the remote FS root.class
TemporarySpaceMonitor
Monitors the disk space of "/tmp".Methods in hudson.node_monitors that return types with arguments of type AbstractDiskSpaceMonitor Modifier and Type Method Description Class<? extends AbstractDiskSpaceMonitor>
DiskSpaceMonitorDescriptor.DiskSpace. getTrigger()
Methods in hudson.node_monitors with parameters of type AbstractDiskSpaceMonitor Modifier and Type Method Description void
DiskSpaceMonitorDescriptor. markNodeOfflineOrOnline(Computer c, DiskSpaceMonitorDescriptor.DiskSpace size, AbstractDiskSpaceMonitor monitor)
Method parameters in hudson.node_monitors with type arguments of type AbstractDiskSpaceMonitor Modifier and Type Method Description protected void
DiskSpaceMonitorDescriptor.DiskSpace. setTrigger(Class<? extends AbstractDiskSpaceMonitor> trigger)
Sets the trigger class which made the decision
-