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 TypeMethodDescriptionvoidselect()A control that supports the data binding and AJAX updates with support for adding credentials.voidselect(groovy.lang.Closure body) A control that supports the data binding and AJAX updates with support for adding credentials.voidA control that supports the data binding and AJAX updates with support for adding credentials.voidA control that supports the data binding and AJAX updates with support for adding credentials.voidstore()A reusable Store card.voidstore(groovy.lang.Closure body) A reusable Store card.voidA reusable Store card.voidA reusable Store card.voidwrapper()Renders the body inside the appropriate page wrapper for credentials related views.voidwrapper(groovy.lang.Closure body) Renders the body inside the appropriate page wrapper for credentials related views.voidRenders the body inside the appropriate page wrapper for credentials related views.voidRenders 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
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
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
A reusable Store card. -
store
void store(groovy.lang.Closure body) A reusable Store card. -
store
A reusable Store card. -
store
void store()A reusable Store card. -
wrapper
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
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.
-