Package hudson.node_monitors
Class DiskSpaceMonitorNodeProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeProperty<?>>
,ReconfigurableDescribable<NodeProperty<?>>
NodeProperty
that allows users to set agent specific disk space thresholds.- Since:
- 2.434
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.slaves.NodeProperty
node
-
Constructor Summary
ConstructorDescriptionDiskSpaceMonitorNodeProperty
(String freeDiskSpaceThreshold, String freeTempSpaceThreshold, String freeDiskSpaceWarningThreshold, String freeTempSpaceWarningThreshold) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class hudson.slaves.NodeProperty
all, buildEnvVars, canTake, canTake, for_, getDescriptor, reconfigure, reconfigure, setNode, setUp
-
Constructor Details
-
DiskSpaceMonitorNodeProperty
-
-
Method Details
-
getFreeDiskSpaceThreshold
-
getFreeTempSpaceThreshold
-
getFreeDiskSpaceWarningThreshold
-
getFreeTempSpaceWarningThreshold
-