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 TypeMethodDescriptionvoid
validate()
A control that supports validation of the entire form element.void
validate
(groovy.lang.Closure body) A control that supports validation of the entire form element.void
A control that supports validation of the entire form element.void
A 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.
-