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>
public class TemporarySpaceMonitor
- extends AbstractDiskSpaceMonitor
Monitors the disk space of "/tmp".
- Author:
- Kohsuke Kawaguchi
Field Summary |
static hudson.node_monitors.DiskSpaceMonitorDescriptor |
DESCRIPTOR
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final hudson.node_monitors.DiskSpaceMonitorDescriptor DESCRIPTOR
TemporarySpaceMonitor
@DataBoundConstructor
public TemporarySpaceMonitor(String freeSpaceThreshold)
throws ParseException
- Throws:
ParseException
TemporarySpaceMonitor
public TemporarySpaceMonitor()
getFreeSpace
public DiskSpaceMonitorDescriptor.DiskSpace getFreeSpace(Computer c)
getColumnCaption
public String getColumnCaption()
- Description copied from class:
NodeMonitor
- Returns the name of the column to be added to
ComputerSet
index.jelly.
- Overrides:
getColumnCaption
in class NodeMonitor
- Returns:
- null to not render a column. The convention is to use capitalization like "Foo Bar Zot".
install
@Extension
public static hudson.node_monitors.DiskSpaceMonitorDescriptor install()
Copyright © 2004-2013. All Rights Reserved.