@TagLibraryUri(value="/lib/layout")
public interface LayoutTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
Modifier and Type | Method and Description |
---|---|
void |
ajax()
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
|
void |
ajax(groovy.lang.Closure body)
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
|
void |
ajax(Map args)
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
|
void |
ajax(Map args,
groovy.lang.Closure body)
Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts.
|
void |
app_bar()
Generates a row containing the page title and an optional set of controls
|
void |
app_bar(groovy.lang.Closure body)
Generates a row containing the page title and an optional set of controls
|
void |
app_bar(Map args)
Generates a row containing the page title and an optional set of controls
|
void |
app_bar(Map args,
groovy.lang.Closure body)
Generates a row containing the page title and an optional set of controls
|
void |
breadcrumb()
Used inside <l:layout> to render additional breadcrumb items.
|
void |
breadcrumb(groovy.lang.Closure body)
Used inside <l:layout> to render additional breadcrumb items.
|
void |
breadcrumb(Map args)
Used inside <l:layout> to render additional breadcrumb items.
|
void |
breadcrumb(Map args,
groovy.lang.Closure body)
Used inside <l:layout> to render additional breadcrumb items.
|
void |
breadcrumbBar()
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
|
void |
breadcrumbBar(groovy.lang.Closure body)
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
|
void |
breadcrumbBar(Map args)
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
|
void |
breadcrumbBar(Map args,
groovy.lang.Closure body)
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours.
|
void |
breakable()
Send escaped value to output decorated to be safely broken into lines when necessary
|
void |
breakable(groovy.lang.Closure body)
Send escaped value to output decorated to be safely broken into lines when necessary
|
void |
breakable(Map args)
Send escaped value to output decorated to be safely broken into lines when necessary
|
void |
breakable(Map args,
groovy.lang.Closure body)
Send escaped value to output decorated to be safely broken into lines when necessary
|
void |
confirmationLink()
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
|
void |
confirmationLink(groovy.lang.Closure body)
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
|
void |
confirmationLink(Map args)
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
|
void |
confirmationLink(Map args,
groovy.lang.Closure body)
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed.
|
void |
copyButton()
Creates a small button that lets the user copies a text into clipboard
|
void |
copyButton(groovy.lang.Closure body)
Creates a small button that lets the user copies a text into clipboard
|
void |
copyButton(Map args)
Creates a small button that lets the user copies a text into clipboard
|
void |
copyButton(Map args,
groovy.lang.Closure body)
Creates a small button that lets the user copies a text into clipboard
|
void |
css()
Client-side CSS loading tag.
|
void |
css(groovy.lang.Closure body)
Client-side CSS loading tag.
|
void |
css(Map args)
Client-side CSS loading tag.
|
void |
css(Map args,
groovy.lang.Closure body)
Client-side CSS loading tag.
|
void |
expandButton() |
void |
expandButton(groovy.lang.Closure body) |
void |
expandButton(Map args) |
void |
expandButton(Map args,
groovy.lang.Closure body) |
void |
hasAdministerOrManage() |
void |
hasAdministerOrManage(groovy.lang.Closure body) |
void |
hasAdministerOrManage(Map args) |
void |
hasAdministerOrManage(Map args,
groovy.lang.Closure body) |
void |
hasPermission()
Renders the body only if the current user has the specified permission
|
void |
hasPermission(groovy.lang.Closure body)
Renders the body only if the current user has the specified permission
|
void |
hasPermission(Map args)
Renders the body only if the current user has the specified permission
|
void |
hasPermission(Map args,
groovy.lang.Closure body)
Renders the body only if the current user has the specified permission
|
void |
header()
Header portion of the HTML page, that gets rendered into the <head> tag.
|
void |
header(groovy.lang.Closure body)
Header portion of the HTML page, that gets rendered into the <head> tag.
|
void |
header(Map args)
Header portion of the HTML page, that gets rendered into the <head> tag.
|
void |
header(Map args,
groovy.lang.Closure body)
Header portion of the HTML page, that gets rendered into the <head> tag.
|
void |
helpIcon()
Outputs a help icon
The help link is rendered as an SVG with an (?) icon.
|
void |
helpIcon(groovy.lang.Closure body)
Outputs a help icon
The help link is rendered as an SVG with an (?) icon.
|
void |
helpIcon(Map args)
Outputs a help icon
The help link is rendered as an SVG with an (?) icon.
|
void |
helpIcon(Map args,
groovy.lang.Closure body)
Outputs a help icon
The help link is rendered as an SVG with an (?) icon.
|
void |
icon() |
void |
icon(groovy.lang.Closure body) |
void |
icon(Map args) |
void |
icon(Map args,
groovy.lang.Closure body) |
void |
isAdmin() |
void |
isAdmin(groovy.lang.Closure body) |
void |
isAdmin(Map args) |
void |
isAdmin(Map args,
groovy.lang.Closure body) |
void |
isAdminOrTest()
Deprecated, do not use.
|
void |
isAdminOrTest(groovy.lang.Closure body)
Deprecated, do not use.
|
void |
isAdminOrTest(Map args)
Deprecated, do not use.
|
void |
isAdminOrTest(Map args,
groovy.lang.Closure body)
Deprecated, do not use.
|
void |
js()
Client-side JavaScript loading tag.
|
void |
js(groovy.lang.Closure body)
Client-side JavaScript loading tag.
|
void |
js(Map args)
Client-side JavaScript loading tag.
|
void |
js(Map args,
groovy.lang.Closure body)
Client-side JavaScript loading tag.
|
void |
layout()
Outer-most tag for a normal (non-AJAX) HTML rendering.
|
void |
layout(groovy.lang.Closure body)
Outer-most tag for a normal (non-AJAX) HTML rendering.
|
void |
layout(Map args)
Outer-most tag for a normal (non-AJAX) HTML rendering.
|
void |
layout(Map args,
groovy.lang.Closure body)
Outer-most tag for a normal (non-AJAX) HTML rendering.
|
void |
main_panel()
Generates the body as the main content part of a Jenkins page.
|
void |
main_panel(groovy.lang.Closure body)
Generates the body as the main content part of a Jenkins page.
|
void |
main_panel(Map args)
Generates the body as the main content part of a Jenkins page.
|
void |
main_panel(Map args,
groovy.lang.Closure body)
Generates the body as the main content part of a Jenkins page.
|
void |
pageHeader()
Generates the page header, along with its associated dynamic behaviours.
|
void |
pageHeader(groovy.lang.Closure body)
Generates the page header, along with its associated dynamic behaviours.
|
void |
pageHeader(Map args)
Generates the page header, along with its associated dynamic behaviours.
|
void |
pageHeader(Map args,
groovy.lang.Closure body)
Generates the page header, along with its associated dynamic behaviours.
|
void |
pane()
Used in the <l:side-panel> to draw a box with a title.
|
void |
pane(groovy.lang.Closure body)
Used in the <l:side-panel> to draw a box with a title.
|
void |
pane(Map args)
Used in the <l:side-panel> to draw a box with a title.
|
void |
pane(Map args,
groovy.lang.Closure body)
Used in the <l:side-panel> to draw a box with a title.
|
void |
progressAnimation()
Display a CSS animation for progressive logging.
|
void |
progressAnimation(groovy.lang.Closure body)
Display a CSS animation for progressive logging.
|
void |
progressAnimation(Map args)
Display a CSS animation for progressive logging.
|
void |
progressAnimation(Map args,
groovy.lang.Closure body)
Display a CSS animation for progressive logging.
|
void |
progressiveRendering() |
void |
progressiveRendering(groovy.lang.Closure body) |
void |
progressiveRendering(Map args) |
void |
progressiveRendering(Map args,
groovy.lang.Closure body) |
void |
renderOnDemand() |
void |
renderOnDemand(groovy.lang.Closure body) |
void |
renderOnDemand(Map args) |
void |
renderOnDemand(Map args,
groovy.lang.Closure body) |
void |
rightspace()
Creates a space for the right-hand side of the page.
|
void |
rightspace(groovy.lang.Closure body)
Creates a space for the right-hand side of the page.
|
void |
rightspace(Map args)
Creates a space for the right-hand side of the page.
|
void |
rightspace(Map args,
groovy.lang.Closure body)
Creates a space for the right-hand side of the page.
|
void |
side_panel()
Generates a left side content as part of a Jenkins page.
|
void |
side_panel(groovy.lang.Closure body)
Generates a left side content as part of a Jenkins page.
|
void |
side_panel(Map args)
Generates a left side content as part of a Jenkins page.
|
void |
side_panel(Map args,
groovy.lang.Closure body)
Generates a left side content as part of a Jenkins page.
|
void |
spinner()
Customizable spinner component
|
void |
spinner(groovy.lang.Closure body)
Customizable spinner component
|
void |
spinner(Map args)
Customizable spinner component
|
void |
spinner(Map args,
groovy.lang.Closure body)
Customizable spinner component
|
void |
stopButton()
Creates a clickable "Stop" button.
|
void |
stopButton(groovy.lang.Closure body)
Creates a clickable "Stop" button.
|
void |
stopButton(Map args)
Creates a clickable "Stop" button.
|
void |
stopButton(Map args,
groovy.lang.Closure body)
Creates a clickable "Stop" button.
|
void |
svgIcon()
Opinionated helper to use icons via <svg> tags.
|
void |
svgIcon(groovy.lang.Closure body)
Opinionated helper to use icons via <svg> tags.
|
void |
svgIcon(Map args)
Opinionated helper to use icons via <svg> tags.
|
void |
svgIcon(Map args,
groovy.lang.Closure body)
Opinionated helper to use icons via <svg> tags.
|
void |
tab() |
void |
tab(groovy.lang.Closure body) |
void |
tab(Map args) |
void |
tab(Map args,
groovy.lang.Closure body) |
void |
tabBar() |
void |
tabBar(groovy.lang.Closure body) |
void |
tabBar(Map args) |
void |
tabBar(Map args,
groovy.lang.Closure body) |
void |
tabNewItem() |
void |
tabNewItem(groovy.lang.Closure body) |
void |
tabNewItem(Map args) |
void |
tabNewItem(Map args,
groovy.lang.Closure body) |
void |
task()
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
|
void |
task(groovy.lang.Closure body)
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
|
void |
task(Map args)
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
|
void |
task(Map args,
groovy.lang.Closure body)
This tag inside <l:tasks> tag renders the left navigation bar of Hudson.
|
void |
tasks() |
void |
tasks(groovy.lang.Closure body) |
void |
tasks(Map args) |
void |
tasks(Map args,
groovy.lang.Closure body) |
void |
view()
Declares a view as dispatchable.
|
void |
view(groovy.lang.Closure body)
Declares a view as dispatchable.
|
void |
view(Map args)
Declares a view as dispatchable.
|
void |
view(Map args,
groovy.lang.Closure body)
Declares a view as dispatchable.
|
void |
yui()
Load Yahoo UI module.
|
void |
yui(groovy.lang.Closure body)
Load Yahoo UI module.
|
void |
yui(Map args)
Load Yahoo UI module.
|
void |
yui(Map args,
groovy.lang.Closure body)
Load Yahoo UI module.
|
void layout(Map args, groovy.lang.Closure body)
void layout(groovy.lang.Closure body)
void layout(Map args)
void layout()
void header(Map args, groovy.lang.Closure body)
void header(groovy.lang.Closure body)
void header(Map args)
void header()
void ajax(Map args, groovy.lang.Closure body)
void ajax(groovy.lang.Closure body)
void ajax(Map args)
void ajax()
void isAdminOrTest(Map args, groovy.lang.Closure body)
void isAdminOrTest(groovy.lang.Closure body)
void isAdminOrTest(Map args)
void isAdminOrTest()
void hasAdministerOrManage(Map args, groovy.lang.Closure body)
void hasAdministerOrManage(groovy.lang.Closure body)
void hasAdministerOrManage(Map args)
void hasAdministerOrManage()
void tabNewItem(Map args, groovy.lang.Closure body)
void tabNewItem(groovy.lang.Closure body)
void tabNewItem(Map args)
void tabNewItem()
void tasks(Map args, groovy.lang.Closure body)
void tasks(groovy.lang.Closure body)
void tasks(Map args)
void tasks()
void progressiveRendering(Map args, groovy.lang.Closure body)
void progressiveRendering(groovy.lang.Closure body)
void progressiveRendering(Map args)
void progressiveRendering()
void copyButton(Map args, groovy.lang.Closure body)
void copyButton(groovy.lang.Closure body)
void copyButton(Map args)
void copyButton()
void js(Map args, groovy.lang.Closure body)
void js(groovy.lang.Closure body)
void js(Map args)
void js()
void yui(Map args, groovy.lang.Closure body)
void yui(groovy.lang.Closure body)
void yui(Map args)
void yui()
@TagFile(value="side-panel") void side_panel(Map args, groovy.lang.Closure body)
@TagFile(value="side-panel") void side_panel(groovy.lang.Closure body)
@TagFile(value="side-panel") void side_panel(Map args)
@TagFile(value="side-panel") void side_panel()
void confirmationLink(Map args, groovy.lang.Closure body)
void confirmationLink(groovy.lang.Closure body)
void confirmationLink(Map args)
void confirmationLink()
void task(Map args, groovy.lang.Closure body)
void task(groovy.lang.Closure body)
void task(Map args)
void task()
void stopButton(Map args, groovy.lang.Closure body)
void stopButton(groovy.lang.Closure body)
void stopButton(Map args)
void stopButton()
void expandButton(Map args, groovy.lang.Closure body)
void expandButton(groovy.lang.Closure body)
void expandButton(Map args)
void expandButton()
void progressAnimation(Map args, groovy.lang.Closure body)
void progressAnimation(groovy.lang.Closure body)
void progressAnimation(Map args)
void progressAnimation()
void tab(Map args, groovy.lang.Closure body)
void tab(groovy.lang.Closure body)
void tab(Map args)
void tab()
void svgIcon(Map args, groovy.lang.Closure body)
void svgIcon(groovy.lang.Closure body)
void svgIcon(Map args)
void svgIcon()
void breakable(Map args, groovy.lang.Closure body)
void breakable(groovy.lang.Closure body)
void breakable(Map args)
void breakable()
void icon(Map args, groovy.lang.Closure body)
void icon(groovy.lang.Closure body)
void icon(Map args)
void icon()
void pane(Map args, groovy.lang.Closure body)
void pane(groovy.lang.Closure body)
void pane(Map args)
void pane()
void pageHeader(Map args, groovy.lang.Closure body)
void pageHeader(groovy.lang.Closure body)
void pageHeader(Map args)
void pageHeader()
void rightspace(Map args, groovy.lang.Closure body)
void rightspace(groovy.lang.Closure body)
void rightspace(Map args)
void rightspace()
void breadcrumb(Map args, groovy.lang.Closure body)
void breadcrumb(groovy.lang.Closure body)
void breadcrumb(Map args)
void breadcrumb()
@TagFile(value="app-bar") void app_bar(Map args, groovy.lang.Closure body)
@TagFile(value="app-bar") void app_bar(groovy.lang.Closure body)
@TagFile(value="app-bar") void app_bar(Map args)
@TagFile(value="app-bar") void app_bar()
void tabBar(Map args, groovy.lang.Closure body)
void tabBar(groovy.lang.Closure body)
void tabBar(Map args)
void tabBar()
void isAdmin(Map args, groovy.lang.Closure body)
void isAdmin(groovy.lang.Closure body)
void isAdmin(Map args)
void isAdmin()
void helpIcon(Map args, groovy.lang.Closure body)
void helpIcon(groovy.lang.Closure body)
void helpIcon(Map args)
void helpIcon()
void renderOnDemand(Map args, groovy.lang.Closure body)
void renderOnDemand(groovy.lang.Closure body)
void renderOnDemand(Map args)
void renderOnDemand()
void css(Map args, groovy.lang.Closure body)
void css(groovy.lang.Closure body)
void css(Map args)
void css()
void breadcrumbBar(Map args, groovy.lang.Closure body)
void breadcrumbBar(groovy.lang.Closure body)
void breadcrumbBar(Map args)
void breadcrumbBar()
void spinner(Map args, groovy.lang.Closure body)
void spinner(groovy.lang.Closure body)
void spinner(Map args)
void spinner()
@TagFile(value="main-panel") void main_panel(Map args, groovy.lang.Closure body)
@TagFile(value="main-panel") void main_panel(groovy.lang.Closure body)
@TagFile(value="main-panel") void main_panel(Map args)
@TagFile(value="main-panel") void main_panel()
void view(Map args, groovy.lang.Closure body)
void view(groovy.lang.Closure body)
void view(Map args)
void view()
void hasPermission(Map args, groovy.lang.Closure body)
void hasPermission(groovy.lang.Closure body)
void hasPermission(Map args)
void hasPermission()
Copyright © 2004–2022. All rights reserved.