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 Type
    Method
    Description
    void
    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
    validate(Map args)
    A control that supports validation of the entire form element.
    void
    validate(Map args, groovy.lang.Closure body)
    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

      void validate(Map args, groovy.lang.Closure body)
      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

      void validate(Map args)
      A control that supports validation of the entire form element.
    • validate

      void validate()
      A control that supports validation of the entire form element.