Package lib.jenkins
Interface NewFromListTagLib
- All Superinterfaces:
groovy.lang.GroovyObject
,org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
@TagLibraryUri("/lib/hudson/newFromList")
public interface NewFromListTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
form()
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.void
form
(groovy.lang.Closure body) Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.void
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.void
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
-
Method Details
-
form
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name. This also presents a copy option. This should be placed inside <l:main-panel>. -
form
void form(groovy.lang.Closure body) Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name. This also presents a copy option. This should be placed inside <l:main-panel>. -
form
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name. This also presents a copy option. This should be placed inside <l:main-panel>. -
form
void form()Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name. This also presents a copy option. This should be placed inside <l:main-panel>.
-