@TagLibraryUri(value="/lib/form")
public interface FormTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
Modifier and Type | Method and Description |
---|---|
void |
advanced()
Expandable section that shows "advanced..." button by default.
|
void |
advanced(groovy.lang.Closure body)
Expandable section that shows "advanced..." button by default.
|
void |
advanced(Map args)
Expandable section that shows "advanced..." button by default.
|
void |
advanced(Map args,
groovy.lang.Closure body)
Expandable section that shows "advanced..." button by default.
|
void |
apply()
"Apply" button that submits the form but without a page transition.
|
void |
apply(groovy.lang.Closure body)
"Apply" button that submits the form but without a page transition.
|
void |
apply(Map args)
"Apply" button that submits the form but without a page transition.
|
void |
apply(Map args,
groovy.lang.Closure body)
"Apply" button that submits the form but without a page transition.
|
void |
block()
Full-width space in the form table that can be filled with arbitrary HTML.
|
void |
block(groovy.lang.Closure body)
Full-width space in the form table that can be filled with arbitrary HTML.
|
void |
block(Map args)
Full-width space in the form table that can be filled with arbitrary HTML.
|
void |
block(Map args,
groovy.lang.Closure body)
Full-width space in the form table that can be filled with arbitrary HTML.
|
void |
booleanRadio()
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
|
void |
booleanRadio(groovy.lang.Closure body)
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
|
void |
booleanRadio(Map args)
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
|
void |
booleanRadio(Map args,
groovy.lang.Closure body)
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
|
void |
bottomButtonBar()
Creates a button bar at the bottom of the page for things like "Submit".
|
void |
bottomButtonBar(groovy.lang.Closure body)
Creates a button bar at the bottom of the page for things like "Submit".
|
void |
bottomButtonBar(Map args)
Creates a button bar at the bottom of the page for things like "Submit".
|
void |
bottomButtonBar(Map args,
groovy.lang.Closure body)
Creates a button bar at the bottom of the page for things like "Submit".
|
void |
breadcrumb_config_outline()
Adds one more in-page breadcrumb that jumps to sections in the page.
|
void |
breadcrumb_config_outline(groovy.lang.Closure body)
Adds one more in-page breadcrumb that jumps to sections in the page.
|
void |
breadcrumb_config_outline(Map args)
Adds one more in-page breadcrumb that jumps to sections in the page.
|
void |
breadcrumb_config_outline(Map args,
groovy.lang.Closure body)
Adds one more in-page breadcrumb that jumps to sections in the page.
|
void |
checkbox()
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
checkbox(groovy.lang.Closure body)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
checkbox(Map args)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
checkbox(Map args,
groovy.lang.Closure body)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
class_entry()
Invisible <f:entry> type for embedding a descriptor's $class field.
|
void |
class_entry(groovy.lang.Closure body)
Invisible <f:entry> type for embedding a descriptor's $class field.
|
void |
class_entry(Map args)
Invisible <f:entry> type for embedding a descriptor's $class field.
|
void |
class_entry(Map args,
groovy.lang.Closure body)
Invisible <f:entry> type for embedding a descriptor's $class field.
|
void |
combobox()
Editable drop-down combo box that supports the data binding and AJAX updates.
|
void |
combobox(groovy.lang.Closure body)
Editable drop-down combo box that supports the data binding and AJAX updates.
|
void |
combobox(Map args)
Editable drop-down combo box that supports the data binding and AJAX updates.
|
void |
combobox(Map args,
groovy.lang.Closure body)
Editable drop-down combo box that supports the data binding and AJAX updates.
|
void |
description()
Renders a row that shows description text below an input field.
|
void |
description(groovy.lang.Closure body)
Renders a row that shows description text below an input field.
|
void |
description(Map args)
Renders a row that shows description text below an input field.
|
void |
description(Map args,
groovy.lang.Closure body)
Renders a row that shows description text below an input field.
|
void |
descriptorList()
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorList(groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorList(Map args)
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorList(Map args,
groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorRadioList()
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorRadioList(groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorRadioList(Map args)
Generate config pages from a list of Descriptors into a section.
|
void |
descriptorRadioList(Map args,
groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
|
void |
dropdownDescriptorSelector()
Renders a single <select> control for choosing a Describable.
|
void |
dropdownDescriptorSelector(groovy.lang.Closure body)
Renders a single <select> control for choosing a Describable.
|
void |
dropdownDescriptorSelector(Map args)
Renders a single <select> control for choosing a Describable.
|
void |
dropdownDescriptorSelector(Map args,
groovy.lang.Closure body)
Renders a single <select> control for choosing a Describable.
|
void |
dropdownList()
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownList(groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownList(Map args)
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownList(Map args,
groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownListBlock()
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownListBlock(groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownListBlock(Map args)
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
dropdownListBlock(Map args,
groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
|
void |
editableComboBox()
Editable drop-down combo box.
|
void |
editableComboBox(groovy.lang.Closure body)
Editable drop-down combo box.
|
void |
editableComboBox(Map args)
Editable drop-down combo box.
|
void |
editableComboBox(Map args,
groovy.lang.Closure body)
Editable drop-down combo box.
|
void |
editableComboBoxValue()
Used inside <f:editableComboBox/> to specify one value of a combobox.
|
void |
editableComboBoxValue(groovy.lang.Closure body)
Used inside <f:editableComboBox/> to specify one value of a combobox.
|
void |
editableComboBoxValue(Map args)
Used inside <f:editableComboBox/> to specify one value of a combobox.
|
void |
editableComboBoxValue(Map args,
groovy.lang.Closure body)
Used inside <f:editableComboBox/> to specify one value of a combobox.
|
void |
entry()
An entry of the <f:form>, which is one logical row (that consists of
several <TR> tags.
|
void |
entry(groovy.lang.Closure body)
An entry of the <f:form>, which is one logical row (that consists of
several <TR> tags.
|
void |
entry(Map args)
An entry of the <f:form>, which is one logical row (that consists of
several <TR> tags.
|
void |
entry(Map args,
groovy.lang.Closure body)
An entry of the <f:form>, which is one logical row (that consists of
several <TR> tags.
|
void |
enum_()
Binds an enum field to a <select> element.
|
void |
enum_(groovy.lang.Closure body)
Binds an enum field to a <select> element.
|
void |
enum_(Map args)
Binds an enum field to a <select> element.
|
void |
enum_(Map args,
groovy.lang.Closure body)
Binds an enum field to a <select> element.
|
void |
enumSet()
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString()
Should be used inside an <f:entry field='...'> element.
|
void |
enumSet(groovy.lang.Closure body)
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString()
Should be used inside an <f:entry field='...'> element.
|
void |
enumSet(Map args)
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString()
Should be used inside an <f:entry field='...'> element.
|
void |
enumSet(Map args,
groovy.lang.Closure body)
Binds a set of Enum to a list of checkboxes, each with the label taken from enum Enum.toString()
Should be used inside an <f:entry field='...'> element.
|
void |
expandableTextbox()
A single-line textbox that can be expanded into a multi-line textarea.
|
void |
expandableTextbox(groovy.lang.Closure body)
A single-line textbox that can be expanded into a multi-line textarea.
|
void |
expandableTextbox(Map args)
A single-line textbox that can be expanded into a multi-line textarea.
|
void |
expandableTextbox(Map args,
groovy.lang.Closure body)
A single-line textbox that can be expanded into a multi-line textarea.
|
void |
form()
Outer-most tag of the entire form taglib, that generates <form> element.
|
void |
form(groovy.lang.Closure body)
Outer-most tag of the entire form taglib, that generates <form> element.
|
void |
form(Map args)
Outer-most tag of the entire form taglib, that generates <form> element.
|
void |
form(Map args,
groovy.lang.Closure body)
Outer-most tag of the entire form taglib, that generates <form> element.
|
void |
helpArea()
Place holder to lazy-load help text via AJAX.
|
void |
helpArea(groovy.lang.Closure body)
Place holder to lazy-load help text via AJAX.
|
void |
helpArea(Map args)
Place holder to lazy-load help text via AJAX.
|
void |
helpArea(Map args,
groovy.lang.Closure body)
Place holder to lazy-load help text via AJAX.
|
void |
helpLink()
Outputs an help link for a <f:form> item if help is available or
a spacer if none is available.
|
void |
helpLink(groovy.lang.Closure body)
Outputs an help link for a <f:form> item if help is available or
a spacer if none is available.
|
void |
helpLink(Map args)
Outputs an help link for a <f:form> item if help is available or
a spacer if none is available.
|
void |
helpLink(Map args,
groovy.lang.Closure body)
Outputs an help link for a <f:form> item if help is available or
a spacer if none is available.
|
void |
hetero_list()
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of
arbitrary items from the given list of descriptors, and configure them independently.
|
void |
hetero_list(groovy.lang.Closure body)
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of
arbitrary items from the given list of descriptors, and configure them independently.
|
void |
hetero_list(Map args)
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of
arbitrary items from the given list of descriptors, and configure them independently.
|
void |
hetero_list(Map args,
groovy.lang.Closure body)
Outer most tag for creating a heterogeneous list, where the user can choose arbitrary number of
arbitrary items from the given list of descriptors, and configure them independently.
|
void |
hetero_radio()
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
|
void |
hetero_radio(groovy.lang.Closure body)
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
|
void |
hetero_radio(Map args)
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
|
void |
hetero_radio(Map args,
groovy.lang.Closure body)
Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
|
void |
invisibleEntry()
Invisible <f:entry> type.
|
void |
invisibleEntry(groovy.lang.Closure body)
Invisible <f:entry> type.
|
void |
invisibleEntry(Map args)
Invisible <f:entry> type.
|
void |
invisibleEntry(Map args,
groovy.lang.Closure body)
Invisible <f:entry> type.
|
void |
link()
Generates an anchor element with the ability to send POST requests and/or
asynchronous requests.
|
void |
link(groovy.lang.Closure body)
Generates an anchor element with the ability to send POST requests and/or
asynchronous requests.
|
void |
link(Map args)
Generates an anchor element with the ability to send POST requests and/or
asynchronous requests.
|
void |
link(Map args,
groovy.lang.Closure body)
Generates an anchor element with the ability to send POST requests and/or
asynchronous requests.
|
void |
nested() |
void |
nested(groovy.lang.Closure body) |
void |
nested(Map args) |
void |
nested(Map args,
groovy.lang.Closure body) |
void |
number()
Generates an input field to be
used inside <f:entry/>
|
void |
number(groovy.lang.Closure body)
Generates an input field to be
used inside <f:entry/>
|
void |
number(Map args)
Generates an input field to be
used inside <f:entry/>
|
void |
number(Map args,
groovy.lang.Closure body)
Generates an input field to be
used inside <f:entry/>
|
void |
option()
<option> tag for the <select> element that takes true/false for selected.
|
void |
option(groovy.lang.Closure body)
<option> tag for the <select> element that takes true/false for selected.
|
void |
option(Map args)
<option> tag for the <select> element that takes true/false for selected.
|
void |
option(Map args,
groovy.lang.Closure body)
<option> tag for the <select> element that takes true/false for selected.
|
void |
optionalBlock()
Foldable block that can be expanded to show more controls by checking the checkbox.
|
void |
optionalBlock(groovy.lang.Closure body)
Foldable block that can be expanded to show more controls by checking the checkbox.
|
void |
optionalBlock(Map args)
Foldable block that can be expanded to show more controls by checking the checkbox.
|
void |
optionalBlock(Map args,
groovy.lang.Closure body)
Foldable block that can be expanded to show more controls by checking the checkbox.
|
void |
optionalProperty()
Renders inline an optional single-value nested data-bound property of the current instance,
by using a <f:optionalBlock>
This is useful when your object composes another data-bound object, and when that's optional,
where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked),
and the presence of the value.
|
void |
optionalProperty(groovy.lang.Closure body)
Renders inline an optional single-value nested data-bound property of the current instance,
by using a <f:optionalBlock>
This is useful when your object composes another data-bound object, and when that's optional,
where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked),
and the presence of the value.
|
void |
optionalProperty(Map args)
Renders inline an optional single-value nested data-bound property of the current instance,
by using a <f:optionalBlock>
This is useful when your object composes another data-bound object, and when that's optional,
where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked),
and the presence of the value.
|
void |
optionalProperty(Map args,
groovy.lang.Closure body)
Renders inline an optional single-value nested data-bound property of the current instance,
by using a <f:optionalBlock>
This is useful when your object composes another data-bound object, and when that's optional,
where the absence of the value is signified as null (in which case the optionalBlock will be drawn unchecked),
and the presence of the value.
|
void |
password()
Glorified <input type="password">
|
void |
password(groovy.lang.Closure body)
Glorified <input type="password">
|
void |
password(Map args)
Glorified <input type="password">
|
void |
password(Map args,
groovy.lang.Closure body)
Glorified <input type="password">
|
void |
possibleReadOnlyField() |
void |
possibleReadOnlyField(groovy.lang.Closure body) |
void |
possibleReadOnlyField(Map args) |
void |
possibleReadOnlyField(Map args,
groovy.lang.Closure body) |
void |
prepareDatabinding()
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry>
if available.
|
void |
prepareDatabinding(groovy.lang.Closure body)
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry>
if available.
|
void |
prepareDatabinding(Map args)
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry>
if available.
|
void |
prepareDatabinding(Map args,
groovy.lang.Closure body)
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry>
if available.
|
void |
property()
Renders inline a single-value nested data-bound property of the current instance.
|
void |
property(groovy.lang.Closure body)
Renders inline a single-value nested data-bound property of the current instance.
|
void |
property(Map args)
Renders inline a single-value nested data-bound property of the current instance.
|
void |
property(Map args,
groovy.lang.Closure body)
Renders inline a single-value nested data-bound property of the current instance.
|
void |
radio()
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
radio(groovy.lang.Closure body)
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
radio(Map args)
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
radio(Map args,
groovy.lang.Closure body)
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.
|
void |
radioBlock()
Radio button with a label that hides additional controls.
|
void |
radioBlock(groovy.lang.Closure body)
Radio button with a label that hides additional controls.
|
void |
radioBlock(Map args)
Radio button with a label that hides additional controls.
|
void |
radioBlock(Map args,
groovy.lang.Closure body)
Radio button with a label that hides additional controls.
|
void |
readOnlyTextbox()
Generates an input field to be
used inside <f:entry/>
|
void |
readOnlyTextbox(groovy.lang.Closure body)
Generates an input field to be
used inside <f:entry/>
|
void |
readOnlyTextbox(Map args)
Generates an input field to be
used inside <f:entry/>
|
void |
readOnlyTextbox(Map args,
groovy.lang.Closure body)
Generates an input field to be
used inside <f:entry/>
|
void |
repeatable()
Repeatable blocks used to present UI where the user can configure multiple entries
of the same kind (see the Java installations configuration in the system config.)
This tag works like <j:forEach> and repeatedly evaluate the body so that
initially all the items get their own copy.
|
void |
repeatable(groovy.lang.Closure body)
Repeatable blocks used to present UI where the user can configure multiple entries
of the same kind (see the Java installations configuration in the system config.)
This tag works like <j:forEach> and repeatedly evaluate the body so that
initially all the items get their own copy.
|
void |
repeatable(Map args)
Repeatable blocks used to present UI where the user can configure multiple entries
of the same kind (see the Java installations configuration in the system config.)
This tag works like <j:forEach> and repeatedly evaluate the body so that
initially all the items get their own copy.
|
void |
repeatable(Map args,
groovy.lang.Closure body)
Repeatable blocks used to present UI where the user can configure multiple entries
of the same kind (see the Java installations configuration in the system config.)
This tag works like <j:forEach> and repeatedly evaluate the body so that
initially all the items get their own copy.
|
void |
repeatableDeleteButton()
Delete button for the <repeatable> tag.
|
void |
repeatableDeleteButton(groovy.lang.Closure body)
Delete button for the <repeatable> tag.
|
void |
repeatableDeleteButton(Map args)
Delete button for the <repeatable> tag.
|
void |
repeatableDeleteButton(Map args,
groovy.lang.Closure body)
Delete button for the <repeatable> tag.
|
void |
repeatableHeteroProperty()
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableHeteroProperty(groovy.lang.Closure body)
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableHeteroProperty(Map args)
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableHeteroProperty(Map args,
groovy.lang.Closure body)
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableProperty()
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableProperty(groovy.lang.Closure body)
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableProperty(Map args)
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
|
void |
repeatableProperty(Map args,
groovy.lang.Closure body)
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.
|
void |
richtextarea()
Rich HTML editor from http://developer.yahoo.com/yui/editor/
All the attributes are those of the <textarea> tag.
|
void |
richtextarea(groovy.lang.Closure body)
Rich HTML editor from http://developer.yahoo.com/yui/editor/
All the attributes are those of the <textarea> tag.
|
void |
richtextarea(Map args)
Rich HTML editor from http://developer.yahoo.com/yui/editor/
All the attributes are those of the <textarea> tag.
|
void |
richtextarea(Map args,
groovy.lang.Closure body)
Rich HTML editor from http://developer.yahoo.com/yui/editor/
All the attributes are those of the <textarea> tag.
|
void |
rowSet()
Adds @nameRef to all table rows inside this tag, so that when the form is submitted,
it gets grouped in one JSON object.
|
void |
rowSet(groovy.lang.Closure body)
Adds @nameRef to all table rows inside this tag, so that when the form is submitted,
it gets grouped in one JSON object.
|
void |
rowSet(Map args)
Adds @nameRef to all table rows inside this tag, so that when the form is submitted,
it gets grouped in one JSON object.
|
void |
rowSet(Map args,
groovy.lang.Closure body)
Adds @nameRef to all table rows inside this tag, so that when the form is submitted,
it gets grouped in one JSON object.
|
void |
secretTextarea()
Enhanced version of <f:textarea/> for editing multi-line secrets.
|
void |
secretTextarea(groovy.lang.Closure body)
Enhanced version of <f:textarea/> for editing multi-line secrets.
|
void |
secretTextarea(Map args)
Enhanced version of <f:textarea/> for editing multi-line secrets.
|
void |
secretTextarea(Map args,
groovy.lang.Closure body)
Enhanced version of <f:textarea/> for editing multi-line secrets.
|
void |
section()
Section header in the form table.
|
void |
section(groovy.lang.Closure body)
Section header in the form table.
|
void |
section(Map args)
Section header in the form table.
|
void |
section(Map args,
groovy.lang.Closure body)
Section header in the form table.
|
void |
select()
Glorified <select> control that supports the data binding and AJAX updates.
|
void |
select(groovy.lang.Closure body)
Glorified <select> control that supports the data binding and AJAX updates.
|
void |
select(Map args)
Glorified <select> control that supports the data binding and AJAX updates.
|
void |
select(Map args,
groovy.lang.Closure body)
Glorified <select> control that supports the data binding and AJAX updates.
|
void |
slave_mode()
A listbox for choosing the agent's usage.
|
void |
slave_mode(groovy.lang.Closure body)
A listbox for choosing the agent's usage.
|
void |
slave_mode(Map args)
A listbox for choosing the agent's usage.
|
void |
slave_mode(Map args,
groovy.lang.Closure body)
A listbox for choosing the agent's usage.
|
void |
submit()
Submit button themed by YUI.
|
void |
submit(groovy.lang.Closure body)
Submit button themed by YUI.
|
void |
submit(Map args)
Submit button themed by YUI.
|
void |
submit(Map args,
groovy.lang.Closure body)
Submit button themed by YUI.
|
void |
textarea()
<textarea> tag on steroids.
|
void |
textarea(groovy.lang.Closure body)
<textarea> tag on steroids.
|
void |
textarea(Map args)
<textarea> tag on steroids.
|
void |
textarea(Map args,
groovy.lang.Closure body)
<textarea> tag on steroids.
|
void |
textbox()
Generates an input field to be
used inside <f:entry/>
For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag
See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
|
void |
textbox(groovy.lang.Closure body)
Generates an input field to be
used inside <f:entry/>
For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag
See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
|
void |
textbox(Map args)
Generates an input field to be
used inside <f:entry/>
For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag
See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
|
void |
textbox(Map args,
groovy.lang.Closure body)
Generates an input field to be
used inside <f:entry/>
For a read only input set <j:set var="readOnlyMode" value="true"/> inside your entry tag
See https://www.jenkins.io/doc/developer/views/read-only/#enabling-read-only-view-support
|
void |
validateButton()
See
http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls
for the reference.
|
void |
validateButton(groovy.lang.Closure body)
See
http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls
for the reference.
|
void |
validateButton(Map args)
See
http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls
for the reference.
|
void |
validateButton(Map args,
groovy.lang.Closure body)
See
http://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls
for the reference.
|
void |
withCustomDescriptorByName()
Execute the body with a temporary currentDescriptorByNameUrl value
|
void |
withCustomDescriptorByName(groovy.lang.Closure body)
Execute the body with a temporary currentDescriptorByNameUrl value
|
void |
withCustomDescriptorByName(Map args)
Execute the body with a temporary currentDescriptorByNameUrl value
|
void |
withCustomDescriptorByName(Map args,
groovy.lang.Closure body)
Execute the body with a temporary currentDescriptorByNameUrl value
|
void advanced(Map args, groovy.lang.Closure body)
void advanced(groovy.lang.Closure body)
void advanced(Map args)
void advanced()
void dropdownListBlock(Map args, groovy.lang.Closure body)
void dropdownListBlock(groovy.lang.Closure body)
void dropdownListBlock(Map args)
void dropdownListBlock()
void helpArea(Map args, groovy.lang.Closure body)
void helpArea(groovy.lang.Closure body)
void helpArea(Map args)
void helpArea()
void dropdownList(Map args, groovy.lang.Closure body)
void dropdownList(groovy.lang.Closure body)
void dropdownList(Map args)
void dropdownList()
void optionalBlock(Map args, groovy.lang.Closure body)
void optionalBlock(groovy.lang.Closure body)
void optionalBlock(Map args)
void optionalBlock()
void checkbox(Map args, groovy.lang.Closure body)
void checkbox(groovy.lang.Closure body)
void checkbox(Map args)
void checkbox()
void repeatableHeteroProperty(Map args, groovy.lang.Closure body)
void repeatableHeteroProperty(groovy.lang.Closure body)
void repeatableHeteroProperty(Map args)
void repeatableHeteroProperty()
void readOnlyTextbox(Map args, groovy.lang.Closure body)
void readOnlyTextbox(groovy.lang.Closure body)
void readOnlyTextbox(Map args)
void readOnlyTextbox()
void possibleReadOnlyField(Map args, groovy.lang.Closure body)
void possibleReadOnlyField(groovy.lang.Closure body)
void possibleReadOnlyField(Map args)
void possibleReadOnlyField()
void radioBlock(Map args, groovy.lang.Closure body)
void radioBlock(groovy.lang.Closure body)
void radioBlock(Map args)
void radioBlock()
void textbox(Map args, groovy.lang.Closure body)
void textbox(groovy.lang.Closure body)
void textbox(Map args)
void textbox()
void submit(Map args, groovy.lang.Closure body)
void submit(groovy.lang.Closure body)
void submit(Map args)
void submit()
void repeatable(Map args, groovy.lang.Closure body)
void repeatable(groovy.lang.Closure body)
void repeatable(Map args)
void repeatable()
void rowSet(Map args, groovy.lang.Closure body)
void rowSet(groovy.lang.Closure body)
void rowSet(Map args)
void rowSet()
void property(Map args, groovy.lang.Closure body)
void property(groovy.lang.Closure body)
void property(Map args)
void property()
void entry(Map args, groovy.lang.Closure body)
void entry(groovy.lang.Closure body)
void entry(Map args)
void entry()
void password(Map args, groovy.lang.Closure body)
void password(groovy.lang.Closure body)
void password(Map args)
void password()
void select(Map args, groovy.lang.Closure body)
void select(groovy.lang.Closure body)
void select(Map args)
void select()
void validateButton(Map args, groovy.lang.Closure body)
void validateButton(groovy.lang.Closure body)
void validateButton(Map args)
void validateButton()
void link(Map args, groovy.lang.Closure body)
void link(groovy.lang.Closure body)
void link(Map args)
void link()
@TagFile(value="hetero-list") void hetero_list(Map args, groovy.lang.Closure body)
@TagFile(value="hetero-list") void hetero_list(groovy.lang.Closure body)
@TagFile(value="hetero-list") void hetero_list(Map args)
@TagFile(value="hetero-list") void hetero_list()
void combobox(Map args, groovy.lang.Closure body)
void combobox(groovy.lang.Closure body)
void combobox(Map args)
void combobox()
void descriptorList(Map args, groovy.lang.Closure body)
void descriptorList(groovy.lang.Closure body)
void descriptorList(Map args)
void descriptorList()
void dropdownDescriptorSelector(Map args, groovy.lang.Closure body)
void dropdownDescriptorSelector(groovy.lang.Closure body)
void dropdownDescriptorSelector(Map args)
void dropdownDescriptorSelector()
void editableComboBox(Map args, groovy.lang.Closure body)
void editableComboBox(groovy.lang.Closure body)
void editableComboBox(Map args)
void editableComboBox()
void optionalProperty(Map args, groovy.lang.Closure body)
void optionalProperty(groovy.lang.Closure body)
void optionalProperty(Map args)
void optionalProperty()
void richtextarea(Map args, groovy.lang.Closure body)
void richtextarea(groovy.lang.Closure body)
void richtextarea(Map args)
void richtextarea()
void repeatableDeleteButton(Map args, groovy.lang.Closure body)
void repeatableDeleteButton(groovy.lang.Closure body)
void repeatableDeleteButton(Map args)
void repeatableDeleteButton()
void secretTextarea(Map args, groovy.lang.Closure body)
void secretTextarea(groovy.lang.Closure body)
void secretTextarea(Map args)
void secretTextarea()
@TagFile(value="slave-mode") void slave_mode(Map args, groovy.lang.Closure body)
@TagFile(value="slave-mode") void slave_mode(groovy.lang.Closure body)
@TagFile(value="slave-mode") void slave_mode(Map args)
@TagFile(value="slave-mode") void slave_mode()
void form(Map args, groovy.lang.Closure body)
void form(groovy.lang.Closure body)
void form(Map args)
void form()
void helpLink(Map args, groovy.lang.Closure body)
void helpLink(groovy.lang.Closure body)
void helpLink(Map args)
void helpLink()
@TagFile(value="hetero-radio") void hetero_radio(Map args, groovy.lang.Closure body)
@TagFile(value="hetero-radio") void hetero_radio(groovy.lang.Closure body)
@TagFile(value="hetero-radio") void hetero_radio(Map args)
@TagFile(value="hetero-radio") void hetero_radio()
void description(Map args, groovy.lang.Closure body)
void description(groovy.lang.Closure body)
void description(Map args)
void description()
void apply(Map args, groovy.lang.Closure body)
void apply(groovy.lang.Closure body)
void apply(Map args)
void apply()
void invisibleEntry(Map args, groovy.lang.Closure body)
void invisibleEntry(groovy.lang.Closure body)
void invisibleEntry(Map args)
void invisibleEntry()
void booleanRadio(Map args, groovy.lang.Closure body)
void booleanRadio(groovy.lang.Closure body)
void booleanRadio(Map args)
void booleanRadio()
void number(Map args, groovy.lang.Closure body)
void number(groovy.lang.Closure body)
void number(Map args)
void number()
void descriptorRadioList(Map args, groovy.lang.Closure body)
void descriptorRadioList(groovy.lang.Closure body)
void descriptorRadioList(Map args)
void descriptorRadioList()
void radio(Map args, groovy.lang.Closure body)
void radio(groovy.lang.Closure body)
void radio(Map args)
void radio()
void repeatableProperty(Map args, groovy.lang.Closure body)
void repeatableProperty(groovy.lang.Closure body)
void repeatableProperty(Map args)
void repeatableProperty()
void nested(Map args, groovy.lang.Closure body)
void nested(groovy.lang.Closure body)
void nested(Map args)
void nested()
void option(Map args, groovy.lang.Closure body)
void option(groovy.lang.Closure body)
void option(Map args)
void option()
void editableComboBoxValue(Map args, groovy.lang.Closure body)
void editableComboBoxValue(groovy.lang.Closure body)
void editableComboBoxValue(Map args)
void editableComboBoxValue()
@TagFile(value="enum") void enum_(Map args, groovy.lang.Closure body)
@TagFile(value="enum") void enum_(groovy.lang.Closure body)
@TagFile(value="enum") void enum_(Map args)
@TagFile(value="enum") void enum_()
void prepareDatabinding(Map args, groovy.lang.Closure body)
void prepareDatabinding(groovy.lang.Closure body)
void prepareDatabinding(Map args)
void prepareDatabinding()
void textarea(Map args, groovy.lang.Closure body)
void textarea(groovy.lang.Closure body)
void textarea(Map args)
void textarea()
void expandableTextbox(Map args, groovy.lang.Closure body)
void expandableTextbox(groovy.lang.Closure body)
void expandableTextbox(Map args)
void expandableTextbox()
void block(Map args, groovy.lang.Closure body)
void block(groovy.lang.Closure body)
void block(Map args)
void block()
@TagFile(value="class-entry") void class_entry(Map args, groovy.lang.Closure body)
@TagFile(value="class-entry") void class_entry(groovy.lang.Closure body)
@TagFile(value="class-entry") void class_entry(Map args)
@TagFile(value="class-entry") void class_entry()
void section(Map args, groovy.lang.Closure body)
void section(groovy.lang.Closure body)
void section(Map args)
void section()
void withCustomDescriptorByName(Map args, groovy.lang.Closure body)
void withCustomDescriptorByName(groovy.lang.Closure body)
void withCustomDescriptorByName(Map args)
void withCustomDescriptorByName()
@TagFile(value="breadcrumb-config-outline") void breadcrumb_config_outline(Map args, groovy.lang.Closure body)
@TagFile(value="breadcrumb-config-outline") void breadcrumb_config_outline(groovy.lang.Closure body)
@TagFile(value="breadcrumb-config-outline") void breadcrumb_config_outline(Map args)
@TagFile(value="breadcrumb-config-outline") void breadcrumb_config_outline()
void bottomButtonBar(Map args, groovy.lang.Closure body)
void bottomButtonBar(groovy.lang.Closure body)
void bottomButtonBar(Map args)
void bottomButtonBar()
void enumSet(Map args, groovy.lang.Closure body)
void enumSet(groovy.lang.Closure body)
void enumSet(Map args)
void enumSet()
Copyright © 2004–2021. All rights reserved.