Package jenkins.security.plugins.ldap
Interface ValidationTagLib
- All Superinterfaces:
groovy.lang.GroovyObject,org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
@TagLibraryUri("/jenkins/security/plugins/ldap/validation")
public interface ValidationTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()A control that supports validation of the entire form element.voidvalidate(groovy.lang.Closure body) A control that supports validation of the entire form element.voidA control that supports validation of the entire form element.voidA control that supports validation of the entire form element.Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
-
Method Details
-
validate
A control that supports validation of the entire form element. -
validate
void validate(groovy.lang.Closure body) A control that supports validation of the entire form element. -
validate
A control that supports validation of the entire form element. -
validate
void validate()A control that supports validation of the entire form element.
-