Uses of Class
hudson.util.FormFieldValidator
-
Packages that use FormFieldValidator Package Description hudson.util Other miscellaneous utility code -
-
Uses of FormFieldValidator in hudson.util
Subclasses of FormFieldValidator in hudson.util Modifier and Type Class Description static class
FormFieldValidator.Base64
Deprecated.as of 1.305 UseFormValidation.validateBase64(String, boolean, boolean, String)
instead.static class
FormFieldValidator.Executable
Deprecated.as of 1.294.static class
FormFieldValidator.HudsonURL
Deprecated.Checks if the given value is an URL to some Hudson's top page.static class
FormFieldValidator.NonNegativeInteger
Deprecated.as of 1.294 UseFormValidation.validateNonNegativeInteger(String)
static class
FormFieldValidator.URLCheck
Deprecated.as of 1.294 UseFormValidation.URLCheck
static class
FormFieldValidator.WorkspaceDirectory
Deprecated.as of 1.294.static class
FormFieldValidator.WorkspaceFileMask
Deprecated.as of 1.294.static class
FormFieldValidator.WorkspaceFilePath
Deprecated.as of 1.294.
-