Package hudson.node_monitors
Class DiskSpaceMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
hudson.node_monitors.AbstractDiskSpaceMonitor
hudson.node_monitors.DiskSpaceMonitor
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeMonitor>
Checks available disk space of the remote FS root.
Requires Mustang.
- Since:
- 1.123
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.node_monitors.AbstractDiskSpaceMonitor
freeSpaceThreshold
Fields inherited from class hudson.node_monitors.NodeMonitor
LIST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the column to be added toComputerSet
index.jelly.long
protected long
Methods inherited from class hudson.node_monitors.AbstractDiskSpaceMonitor
data, getFreeSpaceWarningThreshold, getThresholdBytes, getWarningThresholdBytes, readResolve, setFreeSpaceWarningThreshold
Methods inherited from class hudson.node_monitors.NodeMonitor
all, getAll, getDescriptor, isIgnored, setIgnored, triggerUpdate
-
Field Details
-
DESCRIPTOR
-
-
Constructor Details
-
DiskSpaceMonitor
- Throws:
ParseException
-
DiskSpaceMonitor
public DiskSpaceMonitor()
-
-
Method Details
-
getThresholdBytes
- Overrides:
getThresholdBytes
in classAbstractDiskSpaceMonitor
-
getWarningThresholdBytes
- Overrides:
getWarningThresholdBytes
in classAbstractDiskSpaceMonitor
-
getFreeSpace
-
getColumnCaption
Description copied from class:NodeMonitor
Returns the name of the column to be added toComputerSet
index.jelly.- Overrides:
getColumnCaption
in classNodeMonitor
- Returns:
- null to not render a column. The convention is to use capitalization like "Foo Bar Zot".
-