Package hudson.node_monitors
Class DiskSpaceMonitorNodeProperty
- java.lang.Object
-
- hudson.slaves.NodeProperty<Node>
-
- hudson.node_monitors.DiskSpaceMonitorNodeProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeProperty<?>>
,ReconfigurableDescribable<NodeProperty<?>>
public class DiskSpaceMonitorNodeProperty extends NodeProperty<Node>
NodeProperty
that allows users to set agent specific disk space thresholds.- Since:
- 2.434
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DiskSpaceMonitorNodeProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.slaves.NodeProperty
node
-
-
Constructor Summary
Constructors Constructor Description DiskSpaceMonitorNodeProperty(String freeDiskSpaceThreshold, String freeTempSpaceThreshold, String freeDiskSpaceWarningThreshold, String freeTempSpaceWarningThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFreeDiskSpaceThreshold()
String
getFreeDiskSpaceWarningThreshold()
String
getFreeTempSpaceThreshold()
String
getFreeTempSpaceWarningThreshold()
-
Methods inherited from class hudson.slaves.NodeProperty
all, buildEnvVars, canTake, canTake, for_, getDescriptor, reconfigure, setNode, setUp
-
-
-
-
Method Detail
-
getFreeDiskSpaceThreshold
public String getFreeDiskSpaceThreshold()
-
getFreeTempSpaceThreshold
public String getFreeTempSpaceThreshold()
-
getFreeDiskSpaceWarningThreshold
public String getFreeDiskSpaceWarningThreshold()
-
getFreeTempSpaceWarningThreshold
public String getFreeTempSpaceWarningThreshold()
-
-