Package lib

Interface CredentialsTagLib

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

@TagLibraryUri("/lib/credentials") public interface CredentialsTagLib extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A control that supports the data binding and AJAX updates with support for adding credentials.
    void
    select(groovy.lang.Closure body)
    A control that supports the data binding and AJAX updates with support for adding credentials.
    void
    select(Map args)
    A control that supports the data binding and AJAX updates with support for adding credentials.
    void
    select(Map args, groovy.lang.Closure body)
    A control that supports the data binding and AJAX updates with support for adding credentials.
    void
    A reusable Store card.
    void
    store(groovy.lang.Closure body)
    A reusable Store card.
    void
    store(Map args)
    A reusable Store card.
    void
    store(Map args, groovy.lang.Closure body)
    A reusable Store card.
    void
    Renders the body inside the appropriate page wrapper for credentials related views.
    void
    wrapper(groovy.lang.Closure body)
    Renders the body inside the appropriate page wrapper for credentials related views.
    void
    wrapper(Map args)
    Renders the body inside the appropriate page wrapper for credentials related views.
    void
    wrapper(Map args, groovy.lang.Closure body)
    Renders the body inside the appropriate page wrapper for credentials related views.

    Methods inherited from interface groovy.lang.GroovyObject

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

    • select

      void select(Map args, groovy.lang.Closure body)
      A control that supports the data binding and AJAX updates with support for adding credentials. Your descriptor should have the 'doFillXyzItems' method, which returns a StandardListBoxModel representation of the credentials in your drop-down list box, and your instance field should hold the current value.
    • select

      void select(groovy.lang.Closure body)
      A control that supports the data binding and AJAX updates with support for adding credentials. Your descriptor should have the 'doFillXyzItems' method, which returns a StandardListBoxModel representation of the credentials in your drop-down list box, and your instance field should hold the current value.
    • select

      void select(Map args)
      A control that supports the data binding and AJAX updates with support for adding credentials. Your descriptor should have the 'doFillXyzItems' method, which returns a StandardListBoxModel representation of the credentials in your drop-down list box, and your instance field should hold the current value.
    • select

      void select()
      A control that supports the data binding and AJAX updates with support for adding credentials. Your descriptor should have the 'doFillXyzItems' method, which returns a StandardListBoxModel representation of the credentials in your drop-down list box, and your instance field should hold the current value.
    • store

      void store(Map args, groovy.lang.Closure body)
      A reusable Store card.
    • store

      void store(groovy.lang.Closure body)
      A reusable Store card.
    • store

      void store(Map args)
      A reusable Store card.
    • store

      void store()
      A reusable Store card.
    • wrapper

      void wrapper(Map args, groovy.lang.Closure body)
      Renders the body inside the appropriate page wrapper for credentials related views.
    • wrapper

      void wrapper(groovy.lang.Closure body)
      Renders the body inside the appropriate page wrapper for credentials related views.
    • wrapper

      void wrapper(Map args)
      Renders the body inside the appropriate page wrapper for credentials related views.
    • wrapper

      void wrapper()
      Renders the body inside the appropriate page wrapper for credentials related views.