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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void 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 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 Detail

      • 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.