Package hudson.util
Class FormFieldValidator.Base64
- java.lang.Object
-
- hudson.util.FormFieldValidator
-
- hudson.util.FormFieldValidator.Base64
-
- Enclosing class:
- FormFieldValidator
@Deprecated public static class FormFieldValidator.Base64 extends FormFieldValidator
Deprecated.as of 1.305 UseFormValidation.validateBase64(String, boolean, boolean, String)
instead.Verifies that the 'value' parameter is correct base64 encoded text.- Since:
- 1.257
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.util.FormFieldValidator
FormFieldValidator.Base64, FormFieldValidator.Executable, FormFieldValidator.HudsonURL, FormFieldValidator.NonNegativeInteger, FormFieldValidator.URLCheck, FormFieldValidator.WorkspaceDirectory, FormFieldValidator.WorkspaceFileMask, FormFieldValidator.WorkspaceFilePath
-
-
Field Summary
-
Fields inherited from class hudson.util.FormFieldValidator
CHECK, permission, request, response, subject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
check()
Deprecated.protected void
fail()
Deprecated.-
Methods inherited from class hudson.util.FormFieldValidator
error, error, errorWithMarkup, getFileParameter, ok, ok, ok, okWithMarkup, process, respond, warning, warning, warningWithMarkup
-
-
-
-
Constructor Detail
-
Base64
public Base64(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, boolean allowWhitespace, boolean allowEmpty, String errorMessage)
Deprecated.
-
-
Method Detail
-
check
protected void check() throws IOException, javax.servlet.ServletException
Deprecated.- Specified by:
check
in classFormFieldValidator
- Throws:
IOException
javax.servlet.ServletException
-
fail
protected void fail() throws IOException, javax.servlet.ServletException
Deprecated.- Throws:
IOException
javax.servlet.ServletException
-
-