Uses of Class
hudson.util.FormValidation.CheckMethod
-
Packages that use FormValidation.CheckMethod Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of FormValidation.CheckMethod in hudson.model
Methods in hudson.model that return FormValidation.CheckMethod Modifier and Type Method Description FormValidation.CheckMethod
Descriptor. getCheckMethod(String fieldName)
If the field "xyz" of aDescribable
has the corresponding "doCheckXyz" method, return the model of the check method.
-