@TagLibraryUri(value="/lib/hudson/newFromList")
public interface NewFromListTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
Modifier and Type | Method and 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.
|
void form(Map args, groovy.lang.Closure body)
void form(groovy.lang.Closure body)
void form(Map args)
void form()
Copyright © 2004–2018. All rights reserved.