Uses of Class
hudson.util.FormFieldValidator

Packages that use FormFieldValidator
hudson.util Other miscellaneous utility code 
 

Uses of FormFieldValidator in hudson.util
 

Subclasses of FormFieldValidator in hudson.util
static class FormFieldValidator.Base64
          Deprecated. as of 1.305 Use FormValidation.validateBase64(String, boolean, boolean, String) instead.
static class FormFieldValidator.Executable
          Deprecated. as of 1.294. Use FormValidation.validateExecutable(String)
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 Use FormValidation.validateNonNegativeInteger(String)
static class FormFieldValidator.URLCheck
          Deprecated. as of 1.294 Use FormValidation.URLCheck
static class FormFieldValidator.WorkspaceDirectory
          Deprecated. as of 1.294. Use FilePath.validateRelativeDirectory(String, boolean) (see javadoc plugin for the example)
static class FormFieldValidator.WorkspaceFileMask
          Deprecated. as of 1.294. Use FilePath.validateFileMask(String, boolean)
static class FormFieldValidator.WorkspaceFilePath
          Deprecated. as of 1.294. Use FilePath.validateRelativePath(String, boolean, boolean)
 



Copyright © 2004-2013. All Rights Reserved.