Package hudson.util

Class FormFieldValidator.NonNegativeInteger

java.lang.Object
hudson.util.FormFieldValidator
hudson.util.FormFieldValidator.NonNegativeInteger
Enclosing class:
FormFieldValidator

@Deprecated public static class FormFieldValidator.NonNegativeInteger extends FormFieldValidator
Verifies that the value parameter is an integer ≥ 0.
Since:
1.282
  • Constructor Details

    • NonNegativeInteger

      public NonNegativeInteger()
      Deprecated.
  • Method Details