lib
Interface LayoutTagLib

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

@TagLibraryUri(value="/lib/layout")
public interface LayoutTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary


Method Summary
 void ajax()
           
 void ajax(groovy.lang.Closure body)
           
 void ajax(Map args)
           
 void ajax(Map args, groovy.lang.Closure body)
           
 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 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 expandButton()
           
 void expandButton(groovy.lang.Closure body)
           
 void expandButton(Map args)
           
 void expandButton(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 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 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 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 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()
           
 void side_panel(groovy.lang.Closure body)
           
 void side_panel(Map args)
           
 void side_panel(Map args, groovy.lang.Closure body)
           
 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 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 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 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.
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 

Method Detail

renderOnDemand

void renderOnDemand(Map args,
                    groovy.lang.Closure body)

renderOnDemand

void renderOnDemand(groovy.lang.Closure body)

renderOnDemand

void renderOnDemand(Map args)

renderOnDemand

void renderOnDemand()

header

void header(Map args,
            groovy.lang.Closure body)
Header portion of the HTML page, that gets rendered into the <head> tag. Multiple <l:header> elements can be specified, and can even come after <l:main-panel>. This tag can be placed inside <l:layout>.


header

void header(groovy.lang.Closure body)
Header portion of the HTML page, that gets rendered into the <head> tag. Multiple <l:header> elements can be specified, and can even come after <l:main-panel>. This tag can be placed inside <l:layout>.


header

void header(Map args)
Header portion of the HTML page, that gets rendered into the <head> tag. Multiple <l:header> elements can be specified, and can even come after <l:main-panel>. This tag can be placed inside <l:layout>.


header

void header()
Header portion of the HTML page, that gets rendered into the <head> tag. Multiple <l:header> elements can be specified, and can even come after <l:main-panel>. This tag can be placed inside <l:layout>.


progressiveRendering

void progressiveRendering(Map args,
                          groovy.lang.Closure body)

progressiveRendering

void progressiveRendering(groovy.lang.Closure body)

progressiveRendering

void progressiveRendering(Map args)

progressiveRendering

void progressiveRendering()

confirmationLink

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. The body is displayed as the link text.

Since:
1.512

confirmationLink

void confirmationLink(groovy.lang.Closure body)
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed. The body is displayed as the link text.

Since:
1.512

confirmationLink

void confirmationLink(Map args)
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed. The body is displayed as the link text.

Since:
1.512

confirmationLink

void confirmationLink()
Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed. The body is displayed as the link text.

Since:
1.512

main_panel

@TagFile(value="main-panel")
void main_panel(Map args,
                        groovy.lang.Closure body)
Generates the body as the main content part of a Jenkins page.


main_panel

@TagFile(value="main-panel")
void main_panel(groovy.lang.Closure body)
Generates the body as the main content part of a Jenkins page.


main_panel

@TagFile(value="main-panel")
void main_panel(Map args)
Generates the body as the main content part of a Jenkins page.


main_panel

@TagFile(value="main-panel")
void main_panel()
Generates the body as the main content part of a Jenkins page.


stopButton

void stopButton(Map args,
                groovy.lang.Closure body)
Creates a clickable “Stop” button.


stopButton

void stopButton(groovy.lang.Closure body)
Creates a clickable “Stop” button.


stopButton

void stopButton(Map args)
Creates a clickable “Stop” button.


stopButton

void stopButton()
Creates a clickable “Stop” button.


side_panel

@TagFile(value="side-panel")
void side_panel(Map args,
                        groovy.lang.Closure body)

side_panel

@TagFile(value="side-panel")
void side_panel(groovy.lang.Closure body)

side_panel

@TagFile(value="side-panel")
void side_panel(Map args)

side_panel

@TagFile(value="side-panel")
void side_panel()

breadcrumbBar

void breadcrumbBar(Map args,
                   groovy.lang.Closure body)
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours. This tag is used by l:layout and not expected to be used by anyone else, but it's written as separate tag for better readability of code. To render additional breadcrumb items (for example to provide in-page navigations), use the <l:breadcrumb> tag.


breadcrumbBar

void breadcrumbBar(groovy.lang.Closure body)
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours. This tag is used by l:layout and not expected to be used by anyone else, but it's written as separate tag for better readability of code. To render additional breadcrumb items (for example to provide in-page navigations), use the <l:breadcrumb> tag.


breadcrumbBar

void breadcrumbBar(Map args)
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours. This tag is used by l:layout and not expected to be used by anyone else, but it's written as separate tag for better readability of code. To render additional breadcrumb items (for example to provide in-page navigations), use the <l:breadcrumb> tag.


breadcrumbBar

void breadcrumbBar()
Generates the bar that shows breadcrumbs, along with its associated dynamic behaviours. This tag is used by l:layout and not expected to be used by anyone else, but it's written as separate tag for better readability of code. To render additional breadcrumb items (for example to provide in-page navigations), use the <l:breadcrumb> tag.


expandButton

void expandButton(Map args,
                  groovy.lang.Closure body)

expandButton

void expandButton(groovy.lang.Closure body)

expandButton

void expandButton(Map args)

expandButton

void expandButton()

isAdminOrTest

void isAdminOrTest(Map args,
                   groovy.lang.Closure body)
Deprecated, do not use.


isAdminOrTest

void isAdminOrTest(groovy.lang.Closure body)
Deprecated, do not use.


isAdminOrTest

void isAdminOrTest(Map args)
Deprecated, do not use.


isAdminOrTest

void isAdminOrTest()
Deprecated, do not use.


copyButton

void copyButton(Map args,
                groovy.lang.Closure body)
Creates a small button that lets the user copies a text into clipboard


copyButton

void copyButton(groovy.lang.Closure body)
Creates a small button that lets the user copies a text into clipboard


copyButton

void copyButton(Map args)
Creates a small button that lets the user copies a text into clipboard


copyButton

void copyButton()
Creates a small button that lets the user copies a text into clipboard


ajax

void ajax(Map args,
          groovy.lang.Closure body)

ajax

void ajax(groovy.lang.Closure body)

ajax

void ajax(Map args)

ajax

void ajax()

pane

void pane(Map args,
          groovy.lang.Closure body)
Used in the <l:side-panel> to draw a box with a title. The box is drawn as a table, and the body of this tag is expected to draw a series of <TR>s to fill in the contents of the box.


pane

void pane(groovy.lang.Closure body)
Used in the <l:side-panel> to draw a box with a title. The box is drawn as a table, and the body of this tag is expected to draw a series of <TR>s to fill in the contents of the box.


pane

void pane(Map args)
Used in the <l:side-panel> to draw a box with a title. The box is drawn as a table, and the body of this tag is expected to draw a series of <TR>s to fill in the contents of the box.


pane

void pane()
Used in the <l:side-panel> to draw a box with a title. The box is drawn as a table, and the body of this tag is expected to draw a series of <TR>s to fill in the contents of the box.


tasks

void tasks(Map args,
           groovy.lang.Closure body)

tasks

void tasks(groovy.lang.Closure body)

tasks

void tasks(Map args)

tasks

void tasks()

layout

void layout(Map args,
            groovy.lang.Closure body)
Outer-most tag for a normal (non-AJAX) HTML rendering. This is used with nested <header>, <side-panel>, and <main-panel> to form Jenkins's basic HTML layout.


layout

void layout(groovy.lang.Closure body)
Outer-most tag for a normal (non-AJAX) HTML rendering. This is used with nested <header>, <side-panel>, and <main-panel> to form Jenkins's basic HTML layout.


layout

void layout(Map args)
Outer-most tag for a normal (non-AJAX) HTML rendering. This is used with nested <header>, <side-panel>, and <main-panel> to form Jenkins's basic HTML layout.


layout

void layout()
Outer-most tag for a normal (non-AJAX) HTML rendering. This is used with nested <header>, <side-panel>, and <main-panel> to form Jenkins's basic HTML layout.


tabBar

void tabBar(Map args,
            groovy.lang.Closure body)

tabBar

void tabBar(groovy.lang.Closure body)

tabBar

void tabBar(Map args)

tabBar

void tabBar()

hasPermission

void hasPermission(Map args,
                   groovy.lang.Closure body)
Renders the body only if the current user has the specified permission


hasPermission

void hasPermission(groovy.lang.Closure body)
Renders the body only if the current user has the specified permission


hasPermission

void hasPermission(Map args)
Renders the body only if the current user has the specified permission


hasPermission

void hasPermission()
Renders the body only if the current user has the specified permission


tab

void tab(Map args,
         groovy.lang.Closure body)

tab

void tab(groovy.lang.Closure body)

tab

void tab(Map args)

tab

void tab()

breadcrumb

void breadcrumb(Map args,
                groovy.lang.Closure body)
Used inside <l:layout> to render additional breadcrumb items.


breadcrumb

void breadcrumb(groovy.lang.Closure body)
Used inside <l:layout> to render additional breadcrumb items.


breadcrumb

void breadcrumb(Map args)
Used inside <l:layout> to render additional breadcrumb items.


breadcrumb

void breadcrumb()
Used inside <l:layout> to render additional breadcrumb items.


yui

void yui(Map args,
         groovy.lang.Closure body)
Load Yahoo UI module.


yui

void yui(groovy.lang.Closure body)
Load Yahoo UI module.


yui

void yui(Map args)
Load Yahoo UI module.


yui

void yui()
Load Yahoo UI module.


isAdmin

void isAdmin(Map args,
             groovy.lang.Closure body)

isAdmin

void isAdmin(groovy.lang.Closure body)

isAdmin

void isAdmin(Map args)

isAdmin

void isAdmin()

rightspace

void rightspace(Map args,
                groovy.lang.Closure body)
Creates a space for the right-hand side of the page. This sticks to the right of the page even when the content overflows.


rightspace

void rightspace(groovy.lang.Closure body)
Creates a space for the right-hand side of the page. This sticks to the right of the page even when the content overflows.


rightspace

void rightspace(Map args)
Creates a space for the right-hand side of the page. This sticks to the right of the page even when the content overflows.


rightspace

void rightspace()
Creates a space for the right-hand side of the page. This sticks to the right of the page even when the content overflows.


task

void task(Map args,
          groovy.lang.Closure body)
This tag inside <l:tasks> tag renders the left navigation bar of Hudson. Each <task> tag gets an icon and link.


task

void task(groovy.lang.Closure body)
This tag inside <l:tasks> tag renders the left navigation bar of Hudson. Each <task> tag gets an icon and link.


task

void task(Map args)
This tag inside <l:tasks> tag renders the left navigation bar of Hudson. Each <task> tag gets an icon and link.


task

void task()
This tag inside <l:tasks> tag renders the left navigation bar of Hudson. Each <task> tag gets an icon and link.



Copyright © 2004-2013. All Rights Reserved.