Package hudson.node_monitors
Class AbstractDiskSpaceMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
hudson.node_monitors.AbstractDiskSpaceMonitor
- All Implemented Interfaces:
- ExtensionPoint,- Describable<NodeMonitor>
- Direct Known Subclasses:
- DiskSpaceMonitor,- TemporarySpaceMonitor
- Author:
- Kohsuke Kawaguchi
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal StringThe free space threshold, below which the node monitor will be triggered.Fields inherited from class hudson.node_monitors.NodeMonitorLIST
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionObtains the monitoring result currently available, or null if no data is available.longprotected longprotected longprotected longvoidsetFreeSpaceWarningThreshold(String freeSpaceWarningThreshold) Methods inherited from class hudson.node_monitors.NodeMonitorall, getAll, getColumnCaption, getDescriptor, isIgnored, setIgnored, triggerUpdate
- 
Field Details- 
freeSpaceThresholdThe free space threshold, below which the node monitor will be triggered. This is a human readable string representation as entered by the user, so that we can retain the original notation.
 
- 
- 
Constructor Details- 
AbstractDiskSpaceMonitor- Throws:
- ParseException
 
- 
AbstractDiskSpaceMonitorprotected AbstractDiskSpaceMonitor()
 
- 
- 
Method Details- 
readResolve
- 
setFreeSpaceWarningThreshold
- 
getFreeSpaceWarningThreshold
- 
getThresholdBytespublic long getThresholdBytes()
- 
getThresholdBytes
- 
getWarningThresholdBytesprotected long getWarningThresholdBytes()
- 
getWarningThresholdBytes
- 
dataDescription copied from class:NodeMonitorObtains the monitoring result currently available, or null if no data is available.- Overrides:
- datain class- NodeMonitor
 
 
-