Class InodesMonitor

    • Field Detail

      • inodesPercentThreshold

        public final String inodesPercentThreshold
      • DESCRIPTOR

        @Extension
        public static final org.jenkinsci.plugins.inodesnodemonitor.InodesMonitor.InodesUseInPercentMonitorDescriptor DESCRIPTOR
    • Constructor Detail

      • InodesMonitor

        @DataBoundConstructor
        public InodesMonitor​(String inodesPercentThreshold)
                      throws ParseException
        Parameters:
        inodesPercentThreshold - threshod expected to be a percentage between 0% and 99% (% required). "5%" is correct. "5" is not.
        Throws:
        ParseException - if unable to parse.
      • InodesMonitor

        public InodesMonitor()