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 classDiskSpaceMonitorChecks available disk space of the remote FS root.classTemporarySpaceMonitorMonitors 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()Method parameters in hudson.node_monitors with type arguments of type AbstractDiskSpaceMonitor Modifier and Type Method Description protected voidDiskSpaceMonitorDescriptor.DiskSpace. setTriggered(Class<? extends AbstractDiskSpaceMonitor> trigger, boolean triggered)Same asDiskSpaceMonitorDescriptor.DiskSpace.setTriggered(boolean), also sets the trigger class which made the decision
-