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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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
form(Map args)
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.void
form(Map args, groovy.lang.Closure body)
Generates a form for creating something out of descriptors by (1) selecting a descriptor and specifying a name.
-
-
-
Method Detail
-
form
void form(Map args, 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
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
void form(Map args)
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>.
-
-