Interface FormTagLib

All Superinterfaces:
groovy.lang.GroovyObject, org.kohsuke.stapler.jelly.groovy.TypedTagLibrary

@TagLibraryUri("/jenkins/scm/api/form") public interface FormTagLib extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Data-bound only version of <f:hetero-list> specialized for traits.
    void
    traits(groovy.lang.Closure body)
    Data-bound only version of <f:hetero-list> specialized for traits.
    void
    traits(Map args)
    Data-bound only version of <f:hetero-list> specialized for traits.
    void
    traits(Map args, groovy.lang.Closure body)
    Data-bound only version of <f:hetero-list> specialized for traits.

    Methods inherited from interface groovy.lang.GroovyObject

    getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
  • Method Details

    • traits

      void traits(Map args, groovy.lang.Closure body)
      Data-bound only version of <f:hetero-list> specialized for traits.
    • traits

      void traits(groovy.lang.Closure body)
      Data-bound only version of <f:hetero-list> specialized for traits.
    • traits

      void traits(Map args)
      Data-bound only version of <f:hetero-list> specialized for traits.
    • traits

      void traits()
      Data-bound only version of <f:hetero-list> specialized for traits.