hudson.util
Class FormFieldValidator.NonNegativeInteger
java.lang.Object
hudson.util.FormFieldValidator
hudson.util.FormFieldValidator.NonNegativeInteger
- Enclosing class:
- FormFieldValidator
Deprecated. as of 1.294
Use FormValidation.validateNonNegativeInteger(String)
public static class FormFieldValidator.NonNegativeInteger
- extends FormFieldValidator
Verifies that the 'value' parameter is an integer >= 0.
- Since:
- 1.282
Method Summary |
protected void |
check()
Deprecated. |
Methods inherited from class hudson.util.FormFieldValidator |
error, error, errorWithMarkup, getFileParameter, ok, ok, ok, okWithMarkup, process, respond, warning, warning, warningWithMarkup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormFieldValidator.NonNegativeInteger
public FormFieldValidator.NonNegativeInteger()
- Deprecated.
check
protected void check()
throws IOException,
javax.servlet.ServletException
- Deprecated.
- Specified by:
check
in class FormFieldValidator
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2004-2013. All Rights Reserved.