lib.jenkins
Interface NewFromListTagLib

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

@TagLibraryUri(value="/lib/hudson/newFromList")
public interface NewFromListTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary


Method Summary
 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.
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 

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>.



Copyright © 2004-2013. All Rights Reserved.