Package hudson.node_monitors
Class TemporarySpaceMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
hudson.node_monitors.AbstractDiskSpaceMonitor
hudson.node_monitors.TemporarySpaceMonitor
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeMonitor>
Monitors the disk space of "/tmp".
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
protected static final class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Modifier and TypeFieldDescriptionstatic DiskSpaceMonitorDescriptor
Deprecated.as of 2.0 Use injectionFields 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
@Deprecated @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static DiskSpaceMonitorDescriptor DESCRIPTORDeprecated.as of 2.0 Use injection
-
-
Constructor Details
-
TemporarySpaceMonitor
- Throws:
ParseException
-
TemporarySpaceMonitor
public TemporarySpaceMonitor()
-
-
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".
-