Package lib
Interface FormTagLib
-
- All Superinterfaces:
groovy.lang.GroovyObject,org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
@TagLibraryUri("/lib/form") public interface FormTagLib extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadvanced()Expandable section that shows "advanced..." button by default.voidadvanced(groovy.lang.Closure body)Expandable section that shows "advanced..." button by default.voidadvanced(Map args)Expandable section that shows "advanced..." button by default.voidadvanced(Map args, groovy.lang.Closure body)Expandable section that shows "advanced..." button by default.voidapply()"Apply" button that submits the form but without a page transition.voidapply(groovy.lang.Closure body)"Apply" button that submits the form but without a page transition.voidapply(Map args)"Apply" button that submits the form but without a page transition.voidapply(Map args, groovy.lang.Closure body)"Apply" button that submits the form but without a page transition.voidblock()Full-width space in the form table that can be filled with arbitrary HTML.voidblock(groovy.lang.Closure body)Full-width space in the form table that can be filled with arbitrary HTML.voidblock(Map args)Full-width space in the form table that can be filled with arbitrary HTML.voidblock(Map args, groovy.lang.Closure body)Full-width space in the form table that can be filled with arbitrary HTML.voidbooleanRadio()Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.voidbooleanRadio(groovy.lang.Closure body)Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.voidbooleanRadio(Map args)Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.voidbooleanRadio(Map args, groovy.lang.Closure body)Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.voidbottomButtonBar()Creates a button bar at the bottom of the page for things like "Submit".voidbottomButtonBar(groovy.lang.Closure body)Creates a button bar at the bottom of the page for things like "Submit".voidbottomButtonBar(Map args)Creates a button bar at the bottom of the page for things like "Submit".voidbottomButtonBar(Map args, groovy.lang.Closure body)Creates a button bar at the bottom of the page for things like "Submit".voidbreadcrumb_config_outline()Adds one more in-page breadcrumb that jumps to sections in the page.voidbreadcrumb_config_outline(groovy.lang.Closure body)Adds one more in-page breadcrumb that jumps to sections in the page.voidbreadcrumb_config_outline(Map args)Adds one more in-page breadcrumb that jumps to sections in the page.voidbreadcrumb_config_outline(Map args, groovy.lang.Closure body)Adds one more in-page breadcrumb that jumps to sections in the page.voidcheckbox()<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidcheckbox(groovy.lang.Closure body)<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidcheckbox(Map args)<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidcheckbox(Map args, groovy.lang.Closure body)<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidclass_entry()Invisible <f:entry> type for embedding a descriptor's $class field.voidclass_entry(groovy.lang.Closure body)Invisible <f:entry> type for embedding a descriptor's $class field.voidclass_entry(Map args)Invisible <f:entry> type for embedding a descriptor's $class field.voidclass_entry(Map args, groovy.lang.Closure body)Invisible <f:entry> type for embedding a descriptor's $class field.voidcombobox()Editable drop-down combo box that supports the data binding and AJAX updates.voidcombobox(groovy.lang.Closure body)Editable drop-down combo box that supports the data binding and AJAX updates.voidcombobox(Map args)Editable drop-down combo box that supports the data binding and AJAX updates.voidcombobox(Map args, groovy.lang.Closure body)Editable drop-down combo box that supports the data binding and AJAX updates.voiddescription()Renders a row that shows description text below an input field.voiddescription(groovy.lang.Closure body)Renders a row that shows description text below an input field.voiddescription(Map args)Renders a row that shows description text below an input field.voiddescription(Map args, groovy.lang.Closure body)Renders a row that shows description text below an input field.voiddescriptorList()Generate config pages from a list of Descriptors into a section.voiddescriptorList(groovy.lang.Closure body)Generate config pages from a list of Descriptors into a section.voiddescriptorList(Map args)Generate config pages from a list of Descriptors into a section.voiddescriptorList(Map args, groovy.lang.Closure body)Generate config pages from a list of Descriptors into a section.voiddescriptorRadioList()Generate config pages from a list of Descriptors into a section.voiddescriptorRadioList(groovy.lang.Closure body)Generate config pages from a list of Descriptors into a section.voiddescriptorRadioList(Map args)Generate config pages from a list of Descriptors into a section.voiddescriptorRadioList(Map args, groovy.lang.Closure body)Generate config pages from a list of Descriptors into a section.voiddropdownDescriptorSelector()Renders a single <select> control for choosing a Describable.voiddropdownDescriptorSelector(groovy.lang.Closure body)Renders a single <select> control for choosing a Describable.voiddropdownDescriptorSelector(Map args)Renders a single <select> control for choosing a Describable.voiddropdownDescriptorSelector(Map args, groovy.lang.Closure body)Renders a single <select> control for choosing a Describable.voiddropdownList()Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownList(groovy.lang.Closure body)Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownList(Map args)Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownList(Map args, groovy.lang.Closure body)Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownListBlock()Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownListBlock(groovy.lang.Closure body)Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownListBlock(Map args)Foldable block expanded when the corresponding item is selected in the drop-down list.voiddropdownListBlock(Map args, groovy.lang.Closure body)Foldable block expanded when the corresponding item is selected in the drop-down list.voideditableComboBox()Editable drop-down combo box.voideditableComboBox(groovy.lang.Closure body)Editable drop-down combo box.voideditableComboBox(Map args)Editable drop-down combo box.voideditableComboBox(Map args, groovy.lang.Closure body)Editable drop-down combo box.voideditableComboBoxValue()Used inside <f:editableComboBox/> to specify one value of a combobox.voideditableComboBoxValue(groovy.lang.Closure body)Used inside <f:editableComboBox/> to specify one value of a combobox.voideditableComboBoxValue(Map args)Used inside <f:editableComboBox/> to specify one value of a combobox.voideditableComboBoxValue(Map args, groovy.lang.Closure body)Used inside <f:editableComboBox/> to specify one value of a combobox.voidentry()An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.voidentry(groovy.lang.Closure body)An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.voidentry(Map args)An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.voidentry(Map args, groovy.lang.Closure body)An entry of the <f:form>, which is one logical row (that consists of several <TR> tags.voidenum_()Binds an enum field to a <select> element.voidenum_(groovy.lang.Closure body)Binds an enum field to a <select> element.voidenum_(Map args)Binds an enum field to a <select> element.voidenum_(Map args, groovy.lang.Closure body)Binds an enum field to a <select> element.voidenumSet()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.voidenumSet(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.voidenumSet(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.voidenumSet(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.voidexpandableTextbox()A single-line textbox that can be expanded into a multi-line textarea.voidexpandableTextbox(groovy.lang.Closure body)A single-line textbox that can be expanded into a multi-line textarea.voidexpandableTextbox(Map args)A single-line textbox that can be expanded into a multi-line textarea.voidexpandableTextbox(Map args, groovy.lang.Closure body)A single-line textbox that can be expanded into a multi-line textarea.voidfile()Generates an input field All unknown attributes are passed through to the field.voidfile(groovy.lang.Closure body)Generates an input field All unknown attributes are passed through to the field.voidfile(Map args)Generates an input field All unknown attributes are passed through to the field.voidfile(Map args, groovy.lang.Closure body)Generates an input field All unknown attributes are passed through to the field.voidform()Outer-most tag of the entire form taglib, that generates <form> element.voidform(groovy.lang.Closure body)Outer-most tag of the entire form taglib, that generates <form> element.voidform(Map args)Outer-most tag of the entire form taglib, that generates <form> element.voidform(Map args, groovy.lang.Closure body)Outer-most tag of the entire form taglib, that generates <form> element.voidhelpArea()Place holder to lazy-load help text via AJAX.voidhelpArea(groovy.lang.Closure body)Place holder to lazy-load help text via AJAX.voidhelpArea(Map args)Place holder to lazy-load help text via AJAX.voidhelpArea(Map args, groovy.lang.Closure body)Place holder to lazy-load help text via AJAX.voidhelpLink()Outputs a help link for a <f:form> item if help is available or a spacer if none is available.voidhelpLink(groovy.lang.Closure body)Outputs a help link for a <f:form> item if help is available or a spacer if none is available.voidhelpLink(Map args)Outputs a help link for a <f:form> item if help is available or a spacer if none is available.voidhelpLink(Map args, groovy.lang.Closure body)Outputs a help link for a <f:form> item if help is available or a spacer if none is available.voidhetero_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.voidhetero_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.voidhetero_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.voidhetero_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.voidhetero_radio()Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.voidhetero_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.voidhetero_radio(Map args)Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.voidhetero_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.voidinvisibleEntry()Invisible <f:entry> type.voidinvisibleEntry(groovy.lang.Closure body)Invisible <f:entry> type.voidinvisibleEntry(Map args)Invisible <f:entry> type.voidinvisibleEntry(Map args, groovy.lang.Closure body)Invisible <f:entry> type.voidlink()Generates an anchor element with the ability to send POST requests.voidlink(groovy.lang.Closure body)Generates an anchor element with the ability to send POST requests.voidlink(Map args)Generates an anchor element with the ability to send POST requests.voidlink(Map args, groovy.lang.Closure body)Generates an anchor element with the ability to send POST requests.voidnested()voidnested(groovy.lang.Closure body)voidnested(Map args)voidnested(Map args, groovy.lang.Closure body)voidnumber()Generates an input field to be used inside <f:entry/>voidnumber(groovy.lang.Closure body)Generates an input field to be used inside <f:entry/>voidnumber(Map args)Generates an input field to be used inside <f:entry/>voidnumber(Map args, groovy.lang.Closure body)Generates an input field to be used inside <f:entry/>voidoption()<option> tag for the <select> element that takes true/false for selected.voidoption(groovy.lang.Closure body)<option> tag for the <select> element that takes true/false for selected.voidoption(Map args)<option> tag for the <select> element that takes true/false for selected.voidoption(Map args, groovy.lang.Closure body)<option> tag for the <select> element that takes true/false for selected.voidoptionalBlock()Foldable block that can be expanded to show more controls by checking the checkbox.voidoptionalBlock(groovy.lang.Closure body)Foldable block that can be expanded to show more controls by checking the checkbox.voidoptionalBlock(Map args)Foldable block that can be expanded to show more controls by checking the checkbox.voidoptionalBlock(Map args, groovy.lang.Closure body)Foldable block that can be expanded to show more controls by checking the checkbox.voidoptionalProperty()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.voidoptionalProperty(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.voidoptionalProperty(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.voidoptionalProperty(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.voidpassword()Glorified <input type="password">voidpassword(groovy.lang.Closure body)Glorified <input type="password">voidpassword(Map args)Glorified <input type="password">voidpassword(Map args, groovy.lang.Closure body)Glorified <input type="password">voidpossibleReadOnlyField()voidpossibleReadOnlyField(groovy.lang.Closure body)voidpossibleReadOnlyField(Map args)voidpossibleReadOnlyField(Map args, groovy.lang.Closure body)voidprepareDatabinding()Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.voidprepareDatabinding(groovy.lang.Closure body)Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.voidprepareDatabinding(Map args)Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.voidprepareDatabinding(Map args, groovy.lang.Closure body)Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available.voidproperty()Renders inline a single-value nested data-bound property of the current instance.voidproperty(groovy.lang.Closure body)Renders inline a single-value nested data-bound property of the current instance.voidproperty(Map args)Renders inline a single-value nested data-bound property of the current instance.voidproperty(Map args, groovy.lang.Closure body)Renders inline a single-value nested data-bound property of the current instance.voidradio()<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.voidradio(groovy.lang.Closure body)<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.voidradio(Map args)<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.voidradio(Map args, groovy.lang.Closure body)<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly.voidradioBlock()Radio button with a label that hides additional controls.voidradioBlock(groovy.lang.Closure body)Radio button with a label that hides additional controls.voidradioBlock(Map args)Radio button with a label that hides additional controls.voidradioBlock(Map args, groovy.lang.Closure body)Radio button with a label that hides additional controls.voidreadOnlyTextbox()Generates an input field to be used inside <f:entry/>voidreadOnlyTextbox(groovy.lang.Closure body)Generates an input field to be used inside <f:entry/>voidreadOnlyTextbox(Map args)Generates an input field to be used inside <f:entry/>voidreadOnlyTextbox(Map args, groovy.lang.Closure body)Generates an input field to be used inside <f:entry/>voidrepeatable()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.voidrepeatable(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.voidrepeatable(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.voidrepeatable(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.voidrepeatableDeleteButton()Delete button for the <repeatable> tag.voidrepeatableDeleteButton(groovy.lang.Closure body)Delete button for the <repeatable> tag.voidrepeatableDeleteButton(Map args)Delete button for the <repeatable> tag.voidrepeatableDeleteButton(Map args, groovy.lang.Closure body)Delete button for the <repeatable> tag.voidrepeatableHeteroProperty()Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.voidrepeatableHeteroProperty(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.voidrepeatableHeteroProperty(Map args)Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well.voidrepeatableHeteroProperty(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.voidrepeatableProperty()Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.voidrepeatableProperty(groovy.lang.Closure body)Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.voidrepeatableProperty(Map args)Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well.voidrepeatableProperty(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.voidrowSet()Adds @nameRef to all table rows inside this tag, so that when the form is submitted, it gets grouped in one JSON object.voidrowSet(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.voidrowSet(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.voidrowSet(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.voidsecretTextarea()Enhanced version of <f:textarea/> for editing multi-line secrets.voidsecretTextarea(groovy.lang.Closure body)Enhanced version of <f:textarea/> for editing multi-line secrets.voidsecretTextarea(Map args)Enhanced version of <f:textarea/> for editing multi-line secrets.voidsecretTextarea(Map args, groovy.lang.Closure body)Enhanced version of <f:textarea/> for editing multi-line secrets.voidsection()Section header in the form table.voidsection(groovy.lang.Closure body)Section header in the form table.voidsection(Map args)Section header in the form table.voidsection(Map args, groovy.lang.Closure body)Section header in the form table.voidselect()Glorified <select> control that supports the data binding and AJAX updates.voidselect(groovy.lang.Closure body)Glorified <select> control that supports the data binding and AJAX updates.voidselect(Map args)Glorified <select> control that supports the data binding and AJAX updates.voidselect(Map args, groovy.lang.Closure body)Glorified <select> control that supports the data binding and AJAX updates.voidslave_mode()A listbox for choosing the agent's usage.voidslave_mode(groovy.lang.Closure body)A listbox for choosing the agent's usage.voidslave_mode(Map args)A listbox for choosing the agent's usage.voidslave_mode(Map args, groovy.lang.Closure body)A listbox for choosing the agent's usage.voidsubmit()Submit button.voidsubmit(groovy.lang.Closure body)Submit button.voidsubmit(Map args)Submit button.voidsubmit(Map args, groovy.lang.Closure body)Submit button.voidtextarea()<textarea> tag on steroids.voidtextarea(groovy.lang.Closure body)<textarea> tag on steroids.voidtextarea(Map args)<textarea> tag on steroids.voidtextarea(Map args, groovy.lang.Closure body)<textarea> tag on steroids.voidtextbox()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-supportvoidtextbox(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-supportvoidtextbox(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-supportvoidtextbox(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-supportvoidtoggleSwitch()<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidtoggleSwitch(groovy.lang.Closure body)<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidtoggleSwitch(Map args)<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidtoggleSwitch(Map args, groovy.lang.Closure body)<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.voidvalidateButton()See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.voidvalidateButton(groovy.lang.Closure body)See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.voidvalidateButton(Map args)See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.voidvalidateButton(Map args, groovy.lang.Closure body)See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.voidwithCustomDescriptorByName()Execute the body with a temporary currentDescriptorByNameUrl valuevoidwithCustomDescriptorByName(groovy.lang.Closure body)Execute the body with a temporary currentDescriptorByNameUrl valuevoidwithCustomDescriptorByName(Map args)Execute the body with a temporary currentDescriptorByNameUrl valuevoidwithCustomDescriptorByName(Map args, groovy.lang.Closure body)Execute the body with a temporary currentDescriptorByNameUrl value
-
-
-
Method Detail
-
description
void description(Map args, groovy.lang.Closure body)
Renders a row that shows description text below an input field.
-
description
void description(groovy.lang.Closure body)
Renders a row that shows description text below an input field.
-
description
void description(Map args)
Renders a row that shows description text below an input field.
-
description
void description()
Renders a row that shows description text below an input field.
-
nested
void nested(Map args, groovy.lang.Closure body)
-
nested
void nested(groovy.lang.Closure body)
-
nested
void nested(Map args)
-
nested
void nested()
-
invisibleEntry
void invisibleEntry(Map args, groovy.lang.Closure body)
Invisible <f:entry> type. Useful for adding hidden field values.
-
invisibleEntry
void invisibleEntry(groovy.lang.Closure body)
Invisible <f:entry> type. Useful for adding hidden field values.
-
invisibleEntry
void invisibleEntry(Map args)
Invisible <f:entry> type. Useful for adding hidden field values.
-
invisibleEntry
void invisibleEntry()
Invisible <f:entry> type. Useful for adding hidden field values.
-
submit
void submit(Map args, groovy.lang.Closure body)
Submit button. This should be always used instead of the plain <button> tag.
-
submit
void submit(groovy.lang.Closure body)
Submit button. This should be always used instead of the plain <button> tag.
-
submit
void submit(Map args)
Submit button. This should be always used instead of the plain <button> tag.
-
submit
void submit()
Submit button. This should be always used instead of the plain <button> tag.
-
file
void file(Map args, groovy.lang.Closure body)
Generates an input field All unknown attributes are passed through to the field.- Since:
- 2.385
-
file
void file(groovy.lang.Closure body)
Generates an input field All unknown attributes are passed through to the field.- Since:
- 2.385
-
file
void file(Map args)
Generates an input field All unknown attributes are passed through to the field.- Since:
- 2.385
-
file
void file()
Generates an input field All unknown attributes are passed through to the field.- Since:
- 2.385
-
form
void form(Map args, groovy.lang.Closure body)
Outer-most tag of the entire form taglib, that generates <form> element.
-
form
void form(groovy.lang.Closure body)
Outer-most tag of the entire form taglib, that generates <form> element.
-
form
void form(Map args)
Outer-most tag of the entire form taglib, that generates <form> element.
-
form
void form()
Outer-most tag of the entire form taglib, that generates <form> element.
-
optionalBlock
void optionalBlock(Map args, groovy.lang.Closure body)
Foldable block that can be expanded to show more controls by checking the checkbox.
-
optionalBlock
void optionalBlock(groovy.lang.Closure body)
Foldable block that can be expanded to show more controls by checking the checkbox.
-
optionalBlock
void optionalBlock(Map args)
Foldable block that can be expanded to show more controls by checking the checkbox.
-
optionalBlock
void optionalBlock()
Foldable block that can be expanded to show more controls by checking the checkbox.
-
editableComboBox
void editableComboBox(Map args, groovy.lang.Closure body)
Editable drop-down combo box. Deprecated as of 1.356. Use f:combobox and databinding instead.
-
editableComboBox
void editableComboBox(groovy.lang.Closure body)
Editable drop-down combo box. Deprecated as of 1.356. Use f:combobox and databinding instead.
-
editableComboBox
void editableComboBox(Map args)
Editable drop-down combo box. Deprecated as of 1.356. Use f:combobox and databinding instead.
-
editableComboBox
void editableComboBox()
Editable drop-down combo box. Deprecated as of 1.356. Use f:combobox and databinding instead.
-
rowSet
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.
-
rowSet
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.
-
rowSet
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.
-
rowSet
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.
-
class_entry
@TagFile("class-entry") void class_entry(Map args, groovy.lang.Closure body)Invisible <f:entry> type for embedding a descriptor's $class field. Most of the time a Descriptor has an unique class name that we can use to instantiate the right Describable class, so we use the '$class' to represent that to clarify the intent. In some other times, such as templates, there are multiple Descriptors with the same Descriptor.clazz but different IDs, and in that case we put 'kind' to indicate that. In this case, to avoid confusing readers we do not put non-unique '$class'. See Descriptor.newInstancesFromHeteroList for how the reader side is handled.
-
class_entry
@TagFile("class-entry") void class_entry(groovy.lang.Closure body)Invisible <f:entry> type for embedding a descriptor's $class field. Most of the time a Descriptor has an unique class name that we can use to instantiate the right Describable class, so we use the '$class' to represent that to clarify the intent. In some other times, such as templates, there are multiple Descriptors with the same Descriptor.clazz but different IDs, and in that case we put 'kind' to indicate that. In this case, to avoid confusing readers we do not put non-unique '$class'. See Descriptor.newInstancesFromHeteroList for how the reader side is handled.
-
class_entry
@TagFile("class-entry") void class_entry(Map args)Invisible <f:entry> type for embedding a descriptor's $class field. Most of the time a Descriptor has an unique class name that we can use to instantiate the right Describable class, so we use the '$class' to represent that to clarify the intent. In some other times, such as templates, there are multiple Descriptors with the same Descriptor.clazz but different IDs, and in that case we put 'kind' to indicate that. In this case, to avoid confusing readers we do not put non-unique '$class'. See Descriptor.newInstancesFromHeteroList for how the reader side is handled.
-
class_entry
@TagFile("class-entry") void class_entry()Invisible <f:entry> type for embedding a descriptor's $class field. Most of the time a Descriptor has an unique class name that we can use to instantiate the right Describable class, so we use the '$class' to represent that to clarify the intent. In some other times, such as templates, there are multiple Descriptors with the same Descriptor.clazz but different IDs, and in that case we put 'kind' to indicate that. In this case, to avoid confusing readers we do not put non-unique '$class'. See Descriptor.newInstancesFromHeteroList for how the reader side is handled.
-
section
void section(Map args, groovy.lang.Closure body)
Section header in the form table.
-
section
void section(groovy.lang.Closure body)
Section header in the form table.
-
section
void section(Map args)
Section header in the form table.
-
section
void section()
Section header in the form table.
-
editableComboBoxValue
void editableComboBoxValue(Map args, groovy.lang.Closure body)
Used inside <f:editableComboBox/> to specify one value of a combobox. Normally one would use multiple values.
-
editableComboBoxValue
void editableComboBoxValue(groovy.lang.Closure body)
Used inside <f:editableComboBox/> to specify one value of a combobox. Normally one would use multiple values.
-
editableComboBoxValue
void editableComboBoxValue(Map args)
Used inside <f:editableComboBox/> to specify one value of a combobox. Normally one would use multiple values.
-
editableComboBoxValue
void editableComboBoxValue()
Used inside <f:editableComboBox/> to specify one value of a combobox. Normally one would use multiple values.
-
block
void block(Map args, groovy.lang.Closure body)
Full-width space in the form table that can be filled with arbitrary HTML.
-
block
void block(groovy.lang.Closure body)
Full-width space in the form table that can be filled with arbitrary HTML.
-
block
void block(Map args)
Full-width space in the form table that can be filled with arbitrary HTML.
-
block
void block()
Full-width space in the form table that can be filled with arbitrary HTML.
-
property
void property(Map args, groovy.lang.Closure body)
Renders inline a single-value nested data-bound property of the current instance. This is useful when your object composes another data-bound object as a nested object, yet your UI would still like to render it
-
property
void property(groovy.lang.Closure body)
Renders inline a single-value nested data-bound property of the current instance. This is useful when your object composes another data-bound object as a nested object, yet your UI would still like to render it
-
property
void property(Map args)
Renders inline a single-value nested data-bound property of the current instance. This is useful when your object composes another data-bound object as a nested object, yet your UI would still like to render it
-
property
void property()
Renders inline a single-value nested data-bound property of the current instance. This is useful when your object composes another data-bound object as a nested object, yet your UI would still like to render it
-
expandableTextbox
void expandableTextbox(Map args, groovy.lang.Closure body)
A single-line textbox that can be expanded into a multi-line textarea. This control is useful for a field that expects multiple whitespace-separated tokens (such as URLs, glob patterns, etc.) When the user only enters a few tokens, they can keep it as a single line to save space, but to enter a large number of values, this can be turned into textarea for better visibility. If the initial value is already multi-line text, the control starts with textarea. On the server side, your program is responsible for treating ' ', \t, \r, and \n for separators. (StringTokenizer would do this.)
-
expandableTextbox
void expandableTextbox(groovy.lang.Closure body)
A single-line textbox that can be expanded into a multi-line textarea. This control is useful for a field that expects multiple whitespace-separated tokens (such as URLs, glob patterns, etc.) When the user only enters a few tokens, they can keep it as a single line to save space, but to enter a large number of values, this can be turned into textarea for better visibility. If the initial value is already multi-line text, the control starts with textarea. On the server side, your program is responsible for treating ' ', \t, \r, and \n for separators. (StringTokenizer would do this.)
-
expandableTextbox
void expandableTextbox(Map args)
A single-line textbox that can be expanded into a multi-line textarea. This control is useful for a field that expects multiple whitespace-separated tokens (such as URLs, glob patterns, etc.) When the user only enters a few tokens, they can keep it as a single line to save space, but to enter a large number of values, this can be turned into textarea for better visibility. If the initial value is already multi-line text, the control starts with textarea. On the server side, your program is responsible for treating ' ', \t, \r, and \n for separators. (StringTokenizer would do this.)
-
expandableTextbox
void expandableTextbox()
A single-line textbox that can be expanded into a multi-line textarea. This control is useful for a field that expects multiple whitespace-separated tokens (such as URLs, glob patterns, etc.) When the user only enters a few tokens, they can keep it as a single line to save space, but to enter a large number of values, this can be turned into textarea for better visibility. If the initial value is already multi-line text, the control starts with textarea. On the server side, your program is responsible for treating ' ', \t, \r, and \n for separators. (StringTokenizer would do this.)
-
option
void option(Map args, groovy.lang.Closure body)
<option> tag for the <select> element that takes true/false for selected.
-
option
void option(groovy.lang.Closure body)
<option> tag for the <select> element that takes true/false for selected.
-
option
void option(Map args)
<option> tag for the <select> element that takes true/false for selected.
-
option
void option()
<option> tag for the <select> element that takes true/false for selected.
-
number
void number(Map args, groovy.lang.Closure body)
Generates an input field to be used inside <f:entry/>
-
number
void number(groovy.lang.Closure body)
Generates an input field to be used inside <f:entry/>
-
number
void number(Map args)
Generates an input field to be used inside <f:entry/>
-
number
void number()
Generates an input field to be used inside <f:entry/>
-
dropdownDescriptorSelector
void dropdownDescriptorSelector(Map args, groovy.lang.Closure body)
Renders a single <select> control for choosing a Describable. Depending on the currently selected value, its config.jelly will be rendered below <select>, allowing the user to configure Describable.
-
dropdownDescriptorSelector
void dropdownDescriptorSelector(groovy.lang.Closure body)
Renders a single <select> control for choosing a Describable. Depending on the currently selected value, its config.jelly will be rendered below <select>, allowing the user to configure Describable.
-
dropdownDescriptorSelector
void dropdownDescriptorSelector(Map args)
Renders a single <select> control for choosing a Describable. Depending on the currently selected value, its config.jelly will be rendered below <select>, allowing the user to configure Describable.
-
dropdownDescriptorSelector
void dropdownDescriptorSelector()
Renders a single <select> control for choosing a Describable. Depending on the currently selected value, its config.jelly will be rendered below <select>, allowing the user to configure Describable.
-
password
void password(Map args, groovy.lang.Closure body)
Glorified <input type="password">
-
password
void password(groovy.lang.Closure body)
Glorified <input type="password">
-
password
void password(Map args)
Glorified <input type="password">
-
password
void password()
Glorified <input type="password">
-
optionalProperty
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.
-
optionalProperty
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.
-
optionalProperty
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.
-
optionalProperty
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.
-
breadcrumb_config_outline
@TagFile("breadcrumb-config-outline") void breadcrumb_config_outline(Map args, groovy.lang.Closure body)Adds one more in-page breadcrumb that jumps to sections in the page. Put this tag right before <l:main-panel>
-
breadcrumb_config_outline
@TagFile("breadcrumb-config-outline") void breadcrumb_config_outline(groovy.lang.Closure body)Adds one more in-page breadcrumb that jumps to sections in the page. Put this tag right before <l:main-panel>
-
breadcrumb_config_outline
@TagFile("breadcrumb-config-outline") void breadcrumb_config_outline(Map args)Adds one more in-page breadcrumb that jumps to sections in the page. Put this tag right before <l:main-panel>
-
breadcrumb_config_outline
@TagFile("breadcrumb-config-outline") void breadcrumb_config_outline()Adds one more in-page breadcrumb that jumps to sections in the page. Put this tag right before <l:main-panel>
-
validateButton
void validateButton(Map args, groovy.lang.Closure body)
See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.
-
validateButton
void validateButton(groovy.lang.Closure body)
See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.
-
validateButton
void validateButton(Map args)
See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.
-
validateButton
void validateButton()
See https://www.jenkins.io/doc/developer/forms/jelly-form-controls/ for the reference.
-
hetero_list
@TagFile("hetero-list") 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. The submission can be data-bound into List<T> where T is the common base type for the describable instances. For databinding use, please use <f:repeatableHeteroProperty />
-
hetero_list
@TagFile("hetero-list") 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. The submission can be data-bound into List<T> where T is the common base type for the describable instances. For databinding use, please use <f:repeatableHeteroProperty />
-
hetero_list
@TagFile("hetero-list") 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. The submission can be data-bound into List<T> where T is the common base type for the describable instances. For databinding use, please use <f:repeatableHeteroProperty />
-
hetero_list
@TagFile("hetero-list") 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. The submission can be data-bound into List<T> where T is the common base type for the describable instances. For databinding use, please use <f:repeatableHeteroProperty />
-
possibleReadOnlyField
void possibleReadOnlyField(Map args, groovy.lang.Closure body)
-
possibleReadOnlyField
void possibleReadOnlyField(groovy.lang.Closure body)
-
possibleReadOnlyField
void possibleReadOnlyField(Map args)
-
possibleReadOnlyField
void possibleReadOnlyField()
-
dropdownListBlock
void dropdownListBlock(Map args, groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
dropdownListBlock
void dropdownListBlock(groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
dropdownListBlock
void dropdownListBlock(Map args)
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
dropdownListBlock
void dropdownListBlock()
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
apply
void apply(Map args, groovy.lang.Closure body)
"Apply" button that submits the form but without a page transition. See hudson.util.FormApply for the server-side code. When this button is pressed, the FORM element fires the "jenkins:apply" event that allows interested parties to write back whatever states back into the INPUT elements.
-
apply
void apply(groovy.lang.Closure body)
"Apply" button that submits the form but without a page transition. See hudson.util.FormApply for the server-side code. When this button is pressed, the FORM element fires the "jenkins:apply" event that allows interested parties to write back whatever states back into the INPUT elements.
-
apply
void apply(Map args)
"Apply" button that submits the form but without a page transition. See hudson.util.FormApply for the server-side code. When this button is pressed, the FORM element fires the "jenkins:apply" event that allows interested parties to write back whatever states back into the INPUT elements.
-
apply
void apply()
"Apply" button that submits the form but without a page transition. See hudson.util.FormApply for the server-side code. When this button is pressed, the FORM element fires the "jenkins:apply" event that allows interested parties to write back whatever states back into the INPUT elements.
-
hetero_radio
@TagFile("hetero-radio") 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.
-
hetero_radio
@TagFile("hetero-radio") 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.
-
hetero_radio
@TagFile("hetero-radio") 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.
-
hetero_radio
@TagFile("hetero-radio") void hetero_radio()Sibling of hetero-list, which only allows the user to pick one type from the list of descriptors and configure it.
-
repeatableProperty
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. The nested property type must be Describable and it needs to have config.jelly. Unless that nested config.jelly already adds a delete button (deprecated), you should normally put the following inside this tag: {noformat} <f:block> <div align="right"> <f:repeatableDeleteButton /> </div> </f:block> {noformat} Due to a bug in Stapler data binding the model elements are only set if they consist of one or more values. If all values have been removed in the user interface (i.e. the associated form is empty), then the setter is not invoked anymore. As a workaround, you need to override the corresponding configure method and clear the model property manually before invoking the data binding. See warnings-ng-plugin PR#266.
-
repeatableProperty
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. The nested property type must be Describable and it needs to have config.jelly. Unless that nested config.jelly already adds a delete button (deprecated), you should normally put the following inside this tag: {noformat} <f:block> <div align="right"> <f:repeatableDeleteButton /> </div> </f:block> {noformat} Due to a bug in Stapler data binding the model elements are only set if they consist of one or more values. If all values have been removed in the user interface (i.e. the associated form is empty), then the setter is not invoked anymore. As a workaround, you need to override the corresponding configure method and clear the model property manually before invoking the data binding. See warnings-ng-plugin PR#266.
-
repeatableProperty
void repeatableProperty(Map args)
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well. The nested property type must be Describable and it needs to have config.jelly. Unless that nested config.jelly already adds a delete button (deprecated), you should normally put the following inside this tag: {noformat} <f:block> <div align="right"> <f:repeatableDeleteButton /> </div> </f:block> {noformat} Due to a bug in Stapler data binding the model elements are only set if they consist of one or more values. If all values have been removed in the user interface (i.e. the associated form is empty), then the setter is not invoked anymore. As a workaround, you need to override the corresponding configure method and clear the model property manually before invoking the data binding. See warnings-ng-plugin PR#266.
-
repeatableProperty
void repeatableProperty()
Data-bound only version of <f:repeatable> that assumes the type pointed by the property is data-bound as well. The nested property type must be Describable and it needs to have config.jelly. Unless that nested config.jelly already adds a delete button (deprecated), you should normally put the following inside this tag: {noformat} <f:block> <div align="right"> <f:repeatableDeleteButton /> </div> </f:block> {noformat} Due to a bug in Stapler data binding the model elements are only set if they consist of one or more values. If all values have been removed in the user interface (i.e. the associated form is empty), then the setter is not invoked anymore. As a workaround, you need to override the corresponding configure method and clear the model property manually before invoking the data binding. See warnings-ng-plugin PR#266.
-
combobox
void combobox(Map args, groovy.lang.Closure body)
Editable drop-down combo box that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ComboBoxModel representation of the items in your combo box, and your instance field should hold the current value. 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
-
combobox
void combobox(groovy.lang.Closure body)
Editable drop-down combo box that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ComboBoxModel representation of the items in your combo box, and your instance field should hold the current value. 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
-
combobox
void combobox(Map args)
Editable drop-down combo box that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ComboBoxModel representation of the items in your combo box, and your instance field should hold the current value. 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
-
combobox
void combobox()
Editable drop-down combo box that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ComboBoxModel representation of the items in your combo box, and your instance field should hold the current value. 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
-
bottomButtonBar
void bottomButtonBar(Map args, groovy.lang.Closure body)
Creates a button bar at the bottom of the page for things like "Submit". The actual buttons should be specified as the body of this tag. This area will always be visible at the bottom of the screen.
-
bottomButtonBar
void bottomButtonBar(groovy.lang.Closure body)
Creates a button bar at the bottom of the page for things like "Submit". The actual buttons should be specified as the body of this tag. This area will always be visible at the bottom of the screen.
-
bottomButtonBar
void bottomButtonBar(Map args)
Creates a button bar at the bottom of the page for things like "Submit". The actual buttons should be specified as the body of this tag. This area will always be visible at the bottom of the screen.
-
bottomButtonBar
void bottomButtonBar()
Creates a button bar at the bottom of the page for things like "Submit". The actual buttons should be specified as the body of this tag. This area will always be visible at the bottom of the screen.
-
descriptorRadioList
void descriptorRadioList(Map args, groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
-
descriptorRadioList
void descriptorRadioList(groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
-
descriptorRadioList
void descriptorRadioList(Map args)
Generate config pages from a list of Descriptors into a section.
-
descriptorRadioList
void descriptorRadioList()
Generate config pages from a list of Descriptors into a section.
-
repeatableHeteroProperty
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. The nested property type must be Describable and it needs to have config.jelly.
-
repeatableHeteroProperty
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. The nested property type must be Describable and it needs to have config.jelly.
-
repeatableHeteroProperty
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. The nested property type must be Describable and it needs to have config.jelly.
-
repeatableHeteroProperty
void repeatableHeteroProperty()
Data-bound only version of <f:hetero-list> that assumes the type pointed by the property is data-bound as well. The nested property type must be Describable and it needs to have config.jelly.
-
secretTextarea
void secretTextarea(Map args, groovy.lang.Closure body)
Enhanced version of <f:textarea/> for editing multi-line secrets. Example usage: {noformat} <j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:entry title="Secret" field="secret"> <f:secretTextarea/> </f:entry> <f:entry title="Secret 2"> <f:secretTextarea field="secret2"/> </f:entry> <f:entry title="Another Secret"> <f:secretTextarea name="foo" value="${it.foo}"/> </f:entry> </j:jelly> {noformat}
-
secretTextarea
void secretTextarea(groovy.lang.Closure body)
Enhanced version of <f:textarea/> for editing multi-line secrets. Example usage: {noformat} <j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:entry title="Secret" field="secret"> <f:secretTextarea/> </f:entry> <f:entry title="Secret 2"> <f:secretTextarea field="secret2"/> </f:entry> <f:entry title="Another Secret"> <f:secretTextarea name="foo" value="${it.foo}"/> </f:entry> </j:jelly> {noformat}
-
secretTextarea
void secretTextarea(Map args)
Enhanced version of <f:textarea/> for editing multi-line secrets. Example usage: {noformat} <j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:entry title="Secret" field="secret"> <f:secretTextarea/> </f:entry> <f:entry title="Secret 2"> <f:secretTextarea field="secret2"/> </f:entry> <f:entry title="Another Secret"> <f:secretTextarea name="foo" value="${it.foo}"/> </f:entry> </j:jelly> {noformat}
-
secretTextarea
void secretTextarea()
Enhanced version of <f:textarea/> for editing multi-line secrets. Example usage: {noformat} <j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:entry title="Secret" field="secret"> <f:secretTextarea/> </f:entry> <f:entry title="Secret 2"> <f:secretTextarea field="secret2"/> </f:entry> <f:entry title="Another Secret"> <f:secretTextarea name="foo" value="${it.foo}"/> </f:entry> </j:jelly> {noformat}
-
advanced
void advanced(Map args, groovy.lang.Closure body)
Expandable section that shows "advanced..." button by default. Upon clicking it, a section unfolds, and the HTML rendered by the body of this tag appears.
-
advanced
void advanced(groovy.lang.Closure body)
Expandable section that shows "advanced..." button by default. Upon clicking it, a section unfolds, and the HTML rendered by the body of this tag appears.
-
advanced
void advanced(Map args)
Expandable section that shows "advanced..." button by default. Upon clicking it, a section unfolds, and the HTML rendered by the body of this tag appears.
-
advanced
void advanced()
Expandable section that shows "advanced..." button by default. Upon clicking it, a section unfolds, and the HTML rendered by the body of this tag appears.
-
textbox
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
-
textbox
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
-
textbox
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
-
textbox
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
-
slave_mode
@TagFile("slave-mode") void slave_mode(Map args, groovy.lang.Closure body)A listbox for choosing the agent's usage.
-
slave_mode
@TagFile("slave-mode") void slave_mode(groovy.lang.Closure body)A listbox for choosing the agent's usage.
-
slave_mode
@TagFile("slave-mode") void slave_mode(Map args)A listbox for choosing the agent's usage.
-
slave_mode
@TagFile("slave-mode") void slave_mode()A listbox for choosing the agent's usage.
-
link
void link(Map args, groovy.lang.Closure body)
Generates an anchor element with the ability to send POST requests.- Since:
- 1.584
-
link
void link(groovy.lang.Closure body)
Generates an anchor element with the ability to send POST requests.- Since:
- 1.584
-
link
void link(Map args)
Generates an anchor element with the ability to send POST requests.- Since:
- 1.584
-
link
void link()
Generates an anchor element with the ability to send POST requests.- Since:
- 1.584
-
select
void select(Map args, groovy.lang.Closure body)
Glorified <select> control that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel representation of the items in your drop-down list box, and your instance field should hold the current value.
-
select
void select(groovy.lang.Closure body)
Glorified <select> control that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel representation of the items in your drop-down list box, and your instance field should hold the current value.
-
select
void select(Map args)
Glorified <select> control that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel representation of the items in your drop-down list box, and your instance field should hold the current value.
-
select
void select()
Glorified <select> control that supports the data binding and AJAX updates. Your descriptor should have the 'doFillXyzItems' method, which returns a ListBoxModel representation of the items in your drop-down list box, and your instance field should hold the current value.
-
radioBlock
void radioBlock(Map args, groovy.lang.Closure body)
Radio button with a label that hides additional controls. When checked, those additional controls are displayed. This is useful for presenting mutually exclusive options, where each option comes with a sub-form that provides additional configuration.
-
radioBlock
void radioBlock(groovy.lang.Closure body)
Radio button with a label that hides additional controls. When checked, those additional controls are displayed. This is useful for presenting mutually exclusive options, where each option comes with a sub-form that provides additional configuration.
-
radioBlock
void radioBlock(Map args)
Radio button with a label that hides additional controls. When checked, those additional controls are displayed. This is useful for presenting mutually exclusive options, where each option comes with a sub-form that provides additional configuration.
-
radioBlock
void radioBlock()
Radio button with a label that hides additional controls. When checked, those additional controls are displayed. This is useful for presenting mutually exclusive options, where each option comes with a sub-form that provides additional configuration.
-
prepareDatabinding
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. Also computes the @checkUrl attribute.
-
prepareDatabinding
void prepareDatabinding(groovy.lang.Closure body)
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available. Also computes the @checkUrl attribute.
-
prepareDatabinding
void prepareDatabinding(Map args)
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available. Also computes the @checkUrl attribute.
-
prepareDatabinding
void prepareDatabinding()
Modifies the 'attrs.field' of the parent to inherit @field from the enclosing <f:entry> if available. Also computes the @checkUrl attribute.
-
toggleSwitch
void toggleSwitch(Map args, groovy.lang.Closure body)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
toggleSwitch
void toggleSwitch(groovy.lang.Closure body)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
toggleSwitch
void toggleSwitch(Map args)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
toggleSwitch
void toggleSwitch()
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
enum_
@TagFile("enum") void enum_(Map args, groovy.lang.Closure body)Binds an enum field to a <select> element. The body of this tag is evaluated for each enum value, which is passed as 'it'.
-
enum_
@TagFile("enum") void enum_(groovy.lang.Closure body)Binds an enum field to a <select> element. The body of this tag is evaluated for each enum value, which is passed as 'it'.
-
enum_
@TagFile("enum") void enum_(Map args)Binds an enum field to a <select> element. The body of this tag is evaluated for each enum value, which is passed as 'it'.
-
enum_
@TagFile("enum") void enum_()Binds an enum field to a <select> element. The body of this tag is evaluated for each enum value, which is passed as 'it'.
-
helpLink
void helpLink(Map args, groovy.lang.Closure body)
Outputs a help link for a <f:form> item if help is available or a spacer if none is available. The help link is rendered as a table cell with an (?) icon. If the user clicks it, the content of the HTML fragment at the given URL is rendered in the area designated as <f:helpArea> by the caller, usually in a row beneath the item with help. The alternative spacer is just an empty table cell. This tag was introduced to ensure that the space reserved for help items is consistent over the UI whether or not help exists.- Since:
- 1.576
-
helpLink
void helpLink(groovy.lang.Closure body)
Outputs a help link for a <f:form> item if help is available or a spacer if none is available. The help link is rendered as a table cell with an (?) icon. If the user clicks it, the content of the HTML fragment at the given URL is rendered in the area designated as <f:helpArea> by the caller, usually in a row beneath the item with help. The alternative spacer is just an empty table cell. This tag was introduced to ensure that the space reserved for help items is consistent over the UI whether or not help exists.- Since:
- 1.576
-
helpLink
void helpLink(Map args)
Outputs a help link for a <f:form> item if help is available or a spacer if none is available. The help link is rendered as a table cell with an (?) icon. If the user clicks it, the content of the HTML fragment at the given URL is rendered in the area designated as <f:helpArea> by the caller, usually in a row beneath the item with help. The alternative spacer is just an empty table cell. This tag was introduced to ensure that the space reserved for help items is consistent over the UI whether or not help exists.- Since:
- 1.576
-
helpLink
void helpLink()
Outputs a help link for a <f:form> item if help is available or a spacer if none is available. The help link is rendered as a table cell with an (?) icon. If the user clicks it, the content of the HTML fragment at the given URL is rendered in the area designated as <f:helpArea> by the caller, usually in a row beneath the item with help. The alternative spacer is just an empty table cell. This tag was introduced to ensure that the space reserved for help items is consistent over the UI whether or not help exists.- Since:
- 1.576
-
readOnlyTextbox
void readOnlyTextbox(Map args, groovy.lang.Closure body)
Generates an input field to be used inside <f:entry/>
-
readOnlyTextbox
void readOnlyTextbox(groovy.lang.Closure body)
Generates an input field to be used inside <f:entry/>
-
readOnlyTextbox
void readOnlyTextbox(Map args)
Generates an input field to be used inside <f:entry/>
-
readOnlyTextbox
void readOnlyTextbox()
Generates an input field to be used inside <f:entry/>
-
entry
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. One entry normally host one control.
-
entry
void entry(groovy.lang.Closure body)
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags. One entry normally host one control.
-
entry
void entry(Map args)
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags. One entry normally host one control.
-
entry
void entry()
An entry of the <f:form>, which is one logical row (that consists of several <TR> tags. One entry normally host one control.
-
repeatable
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. This tag also evaluate the body once more with var=null to create a 'master copy', which is the template entry used when a new copy is inserted. h4. HTML structure This tag mainly produces the nested DIVs with CSS classes as follows: {noformat} <div class="repeated-container"> // container for the whole thing <div class="repeated-chunk"> ... copy 1 ... <div class="repeated-chunk"> ... copy 2 ... ... {noformat} The 'repeated-chunk' DIVs will also have additional CSS classes that represent their positions among siblings: first : first chunk among the siblings last : last chunk among the siblings middle: neither first nor last only : it is the only chunk (automatically get first and last at the same time) h4. Usage Note The caller of this tag should define a button to add a new copy and delete the current copy. Such buttons should have 'repeatable-add' CSS class and 'repeatable-delete' CSS class respectively (it can have other CSS classes), so that their event handlers get properly wired up. The positional CSS classes on 'repeated-chunk' DIVs (as explained above) can be used to control the visibility of such buttons. For example, this allows you to hide 'delete' button if there's only one item, or only show 'add' button on the last row. There are a few CSS classes already defined in style.css for this purpose.
-
repeatable
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. This tag also evaluate the body once more with var=null to create a 'master copy', which is the template entry used when a new copy is inserted. h4. HTML structure This tag mainly produces the nested DIVs with CSS classes as follows: {noformat} <div class="repeated-container"> // container for the whole thing <div class="repeated-chunk"> ... copy 1 ... <div class="repeated-chunk"> ... copy 2 ... ... {noformat} The 'repeated-chunk' DIVs will also have additional CSS classes that represent their positions among siblings: first : first chunk among the siblings last : last chunk among the siblings middle: neither first nor last only : it is the only chunk (automatically get first and last at the same time) h4. Usage Note The caller of this tag should define a button to add a new copy and delete the current copy. Such buttons should have 'repeatable-add' CSS class and 'repeatable-delete' CSS class respectively (it can have other CSS classes), so that their event handlers get properly wired up. The positional CSS classes on 'repeated-chunk' DIVs (as explained above) can be used to control the visibility of such buttons. For example, this allows you to hide 'delete' button if there's only one item, or only show 'add' button on the last row. There are a few CSS classes already defined in style.css for this purpose.
-
repeatable
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. This tag also evaluate the body once more with var=null to create a 'master copy', which is the template entry used when a new copy is inserted. h4. HTML structure This tag mainly produces the nested DIVs with CSS classes as follows: {noformat} <div class="repeated-container"> // container for the whole thing <div class="repeated-chunk"> ... copy 1 ... <div class="repeated-chunk"> ... copy 2 ... ... {noformat} The 'repeated-chunk' DIVs will also have additional CSS classes that represent their positions among siblings: first : first chunk among the siblings last : last chunk among the siblings middle: neither first nor last only : it is the only chunk (automatically get first and last at the same time) h4. Usage Note The caller of this tag should define a button to add a new copy and delete the current copy. Such buttons should have 'repeatable-add' CSS class and 'repeatable-delete' CSS class respectively (it can have other CSS classes), so that their event handlers get properly wired up. The positional CSS classes on 'repeated-chunk' DIVs (as explained above) can be used to control the visibility of such buttons. For example, this allows you to hide 'delete' button if there's only one item, or only show 'add' button on the last row. There are a few CSS classes already defined in style.css for this purpose.
-
repeatable
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. This tag also evaluate the body once more with var=null to create a 'master copy', which is the template entry used when a new copy is inserted. h4. HTML structure This tag mainly produces the nested DIVs with CSS classes as follows: {noformat} <div class="repeated-container"> // container for the whole thing <div class="repeated-chunk"> ... copy 1 ... <div class="repeated-chunk"> ... copy 2 ... ... {noformat} The 'repeated-chunk' DIVs will also have additional CSS classes that represent their positions among siblings: first : first chunk among the siblings last : last chunk among the siblings middle: neither first nor last only : it is the only chunk (automatically get first and last at the same time) h4. Usage Note The caller of this tag should define a button to add a new copy and delete the current copy. Such buttons should have 'repeatable-add' CSS class and 'repeatable-delete' CSS class respectively (it can have other CSS classes), so that their event handlers get properly wired up. The positional CSS classes on 'repeated-chunk' DIVs (as explained above) can be used to control the visibility of such buttons. For example, this allows you to hide 'delete' button if there's only one item, or only show 'add' button on the last row. There are a few CSS classes already defined in style.css for this purpose.
-
textarea
void textarea(Map args, groovy.lang.Closure body)
<textarea> tag on steroids. The textarea will be rendered to fit the content. It also gets the resize handle.
-
textarea
void textarea(groovy.lang.Closure body)
<textarea> tag on steroids. The textarea will be rendered to fit the content. It also gets the resize handle.
-
textarea
void textarea(Map args)
<textarea> tag on steroids. The textarea will be rendered to fit the content. It also gets the resize handle.
-
textarea
void textarea()
<textarea> tag on steroids. The textarea will be rendered to fit the content. It also gets the resize handle.
-
helpArea
void helpArea(Map args, groovy.lang.Closure body)
Place holder to lazy-load help text via AJAX.
-
helpArea
void helpArea(groovy.lang.Closure body)
Place holder to lazy-load help text via AJAX.
-
helpArea
void helpArea(Map args)
Place holder to lazy-load help text via AJAX.
-
helpArea
void helpArea()
Place holder to lazy-load help text via AJAX.
-
radio
void radio(Map args, groovy.lang.Closure body)
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly. Note that Safari doesn't support onchange. Beware that the name attribute should be uniquified among all radio blocks on the page, such as by prefixing it with "G0025." or whatever gensym. For a read only radio 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
-
radio
void radio(groovy.lang.Closure body)
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly. Note that Safari doesn't support onchange. Beware that the name attribute should be uniquified among all radio blocks on the page, such as by prefixing it with "G0025." or whatever gensym. For a read only radio 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
-
radio
void radio(Map args)
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly. Note that Safari doesn't support onchange. Beware that the name attribute should be uniquified among all radio blocks on the page, such as by prefixing it with "G0025." or whatever gensym. For a read only radio 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
-
radio
void radio()
<input type="radio"> tag that takes true/false for @checked, which is more Jelly friendly. Note that Safari doesn't support onchange. Beware that the name attribute should be uniquified among all radio blocks on the page, such as by prefixing it with "G0025." or whatever gensym. For a read only radio 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
-
withCustomDescriptorByName
void withCustomDescriptorByName(Map args, groovy.lang.Closure body)
Execute the body with a temporary currentDescriptorByNameUrl value
-
withCustomDescriptorByName
void withCustomDescriptorByName(groovy.lang.Closure body)
Execute the body with a temporary currentDescriptorByNameUrl value
-
withCustomDescriptorByName
void withCustomDescriptorByName(Map args)
Execute the body with a temporary currentDescriptorByNameUrl value
-
withCustomDescriptorByName
void withCustomDescriptorByName()
Execute the body with a temporary currentDescriptorByNameUrl value
-
repeatableDeleteButton
void repeatableDeleteButton(Map args, groovy.lang.Closure body)
Delete button for the <repeatable> tag.
-
repeatableDeleteButton
void repeatableDeleteButton(groovy.lang.Closure body)
Delete button for the <repeatable> tag.
-
repeatableDeleteButton
void repeatableDeleteButton(Map args)
Delete button for the <repeatable> tag.
-
repeatableDeleteButton
void repeatableDeleteButton()
Delete button for the <repeatable> tag.
-
descriptorList
void descriptorList(Map args, groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
-
descriptorList
void descriptorList(groovy.lang.Closure body)
Generate config pages from a list of Descriptors into a section.
-
descriptorList
void descriptorList(Map args)
Generate config pages from a list of Descriptors into a section.
-
descriptorList
void descriptorList()
Generate config pages from a list of Descriptors into a section.
-
checkbox
void checkbox(Map args, groovy.lang.Closure body)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
checkbox
void checkbox(groovy.lang.Closure body)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
checkbox
void checkbox(Map args)
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
checkbox
void checkbox()
<input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.
-
dropdownList
void dropdownList(Map args, groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
dropdownList
void dropdownList(groovy.lang.Closure body)
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
dropdownList
void dropdownList(Map args)
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
dropdownList
void dropdownList()
Foldable block expanded when the corresponding item is selected in the drop-down list.
-
enumSet
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.
-
enumSet
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.
-
enumSet
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.
-
enumSet
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.
-
booleanRadio
void booleanRadio(Map args, groovy.lang.Closure body)
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
-
booleanRadio
void booleanRadio(groovy.lang.Closure body)
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
-
booleanRadio
void booleanRadio(Map args)
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
-
booleanRadio
void booleanRadio()
Binds a boolean field to two radio buttons that say Yes/No OK/Cancel Top/Bottom.
-
-