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
  • Constructor Details

    • DiskSpaceMonitorNodeProperty

      @DataBoundConstructor public DiskSpaceMonitorNodeProperty(String freeDiskSpaceThreshold, String freeTempSpaceThreshold, String freeDiskSpaceWarningThreshold, String freeTempSpaceWarningThreshold)
  • Method Details

    • getFreeDiskSpaceThreshold

      public String getFreeDiskSpaceThreshold()
    • getFreeTempSpaceThreshold

      public String getFreeTempSpaceThreshold()
    • getFreeDiskSpaceWarningThreshold

      public String getFreeDiskSpaceWarningThreshold()
    • getFreeTempSpaceWarningThreshold

      public String getFreeTempSpaceWarningThreshold()