lib
Interface JenkinsTagLib

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

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


Method Summary
 void abstractItemLink()
          Displays a link when given an AbstractItem.
 void abstractItemLink(groovy.lang.Closure body)
          Displays a link when given an AbstractItem.
 void abstractItemLink(Map args)
          Displays a link when given an AbstractItem.
 void abstractItemLink(Map args, groovy.lang.Closure body)
          Displays a link when given an AbstractItem.
 void actions()
          Shows a list of tasks.
 void actions(groovy.lang.Closure body)
          Shows a list of tasks.
 void actions(Map args)
          Shows a list of tasks.
 void actions(Map args, groovy.lang.Closure body)
          Shows a list of tasks.
 void artifactList()
          Generates a listing of the build artifacts.
 void artifactList(groovy.lang.Closure body)
          Generates a listing of the build artifacts.
 void artifactList(Map args)
          Generates a listing of the build artifacts.
 void artifactList(Map args, groovy.lang.Closure body)
          Generates a listing of the build artifacts.
 void ballColorTd()
          Display the ball in a TD.
 void ballColorTd(groovy.lang.Closure body)
          Display the ball in a TD.
 void ballColorTd(Map args)
          Display the ball in a TD.
 void ballColorTd(Map args, groovy.lang.Closure body)
          Display the ball in a TD.
 void buildCaption()
           
 void buildCaption(groovy.lang.Closure body)
           
 void buildCaption(Map args)
           
 void buildCaption(Map args, groovy.lang.Closure body)
           
 void buildEnvVar()
          Renders a help entry for one environment variable.
 void buildEnvVar(groovy.lang.Closure body)
          Renders a help entry for one environment variable.
 void buildEnvVar(Map args)
          Renders a help entry for one environment variable.
 void buildEnvVar(Map args, groovy.lang.Closure body)
          Renders a help entry for one environment variable.
 void buildHealth()
           
 void buildHealth(groovy.lang.Closure body)
           
 void buildHealth(Map args)
           
 void buildHealth(Map args, groovy.lang.Closure body)
           
 void buildLink()
           
 void buildLink(groovy.lang.Closure body)
           
 void buildLink(Map args)
           
 void buildLink(Map args, groovy.lang.Closure body)
           
 void buildListTable()
          Creates a table of builds.
 void buildListTable(groovy.lang.Closure body)
          Creates a table of builds.
 void buildListTable(Map args)
          Creates a table of builds.
 void buildListTable(Map args, groovy.lang.Closure body)
          Creates a table of builds.
 void buildProgressBar()
          Progress bar for a build in progress.
 void buildProgressBar(groovy.lang.Closure body)
          Progress bar for a build in progress.
 void buildProgressBar(Map args)
          Progress bar for a build in progress.
 void buildProgressBar(Map args, groovy.lang.Closure body)
          Progress bar for a build in progress.
 void buildRangeLink()
           
 void buildRangeLink(groovy.lang.Closure body)
           
 void buildRangeLink(Map args)
           
 void buildRangeLink(Map args, groovy.lang.Closure body)
           
 void buildStatusSummary()
           
 void buildStatusSummary(groovy.lang.Closure body)
           
 void buildStatusSummary(Map args)
           
 void buildStatusSummary(Map args, groovy.lang.Closure body)
           
 void editableDescription()
          Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
 void editableDescription(groovy.lang.Closure body)
          Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
 void editableDescription(Map args)
          Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
 void editableDescription(Map args, groovy.lang.Closure body)
          Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.
 void editTypeIcon()
           
 void editTypeIcon(groovy.lang.Closure body)
           
 void editTypeIcon(Map args)
           
 void editTypeIcon(Map args, groovy.lang.Closure body)
           
 void executors()
          Displays the status of executors.
 void executors(groovy.lang.Closure body)
          Displays the status of executors.
 void executors(Map args)
          Displays the status of executors.
 void executors(Map args, groovy.lang.Closure body)
          Displays the status of executors.
 void help()
           
 void help(groovy.lang.Closure body)
           
 void help(Map args)
           
 void help(Map args, groovy.lang.Closure body)
           
 void iconSize()
           
 void iconSize(groovy.lang.Closure body)
           
 void iconSize(Map args)
           
 void iconSize(Map args, groovy.lang.Closure body)
           
 void jobLink()
          Generates a link to a job.
 void jobLink(groovy.lang.Closure body)
          Generates a link to a job.
 void jobLink(Map args)
          Generates a link to a job.
 void jobLink(Map args, groovy.lang.Closure body)
          Generates a link to a job.
 void listScmBrowsers()
          List browser SCMs
 void listScmBrowsers(groovy.lang.Closure body)
          List browser SCMs
 void listScmBrowsers(Map args)
          List browser SCMs
 void listScmBrowsers(Map args, groovy.lang.Closure body)
          List browser SCMs
 void node()
          Displays a link to a node.
 void node(groovy.lang.Closure body)
          Displays a link to a node.
 void node(Map args)
          Displays a link to a node.
 void node(Map args, groovy.lang.Closure body)
          Displays a link to a node.
 void progressBar()
           
 void progressBar(groovy.lang.Closure body)
           
 void progressBar(Map args)
           
 void progressBar(Map args, groovy.lang.Closure body)
           
 void progressiveText()
           
 void progressiveText(groovy.lang.Closure body)
           
 void progressiveText(Map args)
           
 void progressiveText(Map args, groovy.lang.Closure body)
           
 void projectView()
          Renders a list of jobs and their key information.
 void projectView(groovy.lang.Closure body)
          Renders a list of jobs and their key information.
 void projectView(Map args)
          Renders a list of jobs and their key information.
 void projectView(Map args, groovy.lang.Closure body)
          Renders a list of jobs and their key information.
 void projectViewNested()
           
 void projectViewNested(groovy.lang.Closure body)
           
 void projectViewNested(Map args)
           
 void projectViewNested(Map args, groovy.lang.Closure body)
           
 void projectViewRow()
           
 void projectViewRow(groovy.lang.Closure body)
           
 void projectViewRow(Map args)
           
 void projectViewRow(Map args, groovy.lang.Closure body)
           
 void propertyTable()
          Dispaly sortable table of properties.
 void propertyTable(groovy.lang.Closure body)
          Dispaly sortable table of properties.
 void propertyTable(Map args)
          Dispaly sortable table of properties.
 void propertyTable(Map args, groovy.lang.Closure body)
          Dispaly sortable table of properties.
 void queue()
          Displays the build queue as <l:pane>
 void queue(groovy.lang.Closure body)
          Displays the build queue as <l:pane>
 void queue(Map args)
          Displays the build queue as <l:pane>
 void queue(Map args, groovy.lang.Closure body)
          Displays the build queue as <l:pane>
 void rssBar_with_iconSize()
           
 void rssBar_with_iconSize(groovy.lang.Closure body)
           
 void rssBar_with_iconSize(Map args)
           
 void rssBar_with_iconSize(Map args, groovy.lang.Closure body)
           
 void rssBar()
           
 void rssBar(groovy.lang.Closure body)
           
 void rssBar(Map args)
           
 void rssBar(Map args, groovy.lang.Closure body)
           
 void scriptConsole()
           
 void scriptConsole(groovy.lang.Closure body)
           
 void scriptConsole(Map args)
           
 void scriptConsole(Map args, groovy.lang.Closure body)
           
 void setIconSize()
           
 void setIconSize(groovy.lang.Closure body)
           
 void setIconSize(Map args)
           
 void setIconSize(Map args, groovy.lang.Closure body)
           
 void summary()
          Displays a link with a large icon.
 void summary(groovy.lang.Closure body)
          Displays a link with a large icon.
 void summary(Map args)
          Displays a link with a large icon.
 void summary(Map args, groovy.lang.Closure body)
          Displays a link with a large icon.
 void test_result()
          Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".
 void test_result(groovy.lang.Closure body)
          Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".
 void test_result(Map args)
          Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".
 void test_result(Map args, groovy.lang.Closure body)
          Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".
 void thirdPartyLicenses()
           
 void thirdPartyLicenses(groovy.lang.Closure body)
           
 void thirdPartyLicenses(Map args)
           
 void thirdPartyLicenses(Map args, groovy.lang.Closure body)
           
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 

Method Detail

rssBar_with_iconSize

@TagFile(value="rssBar-with-iconSize")
void rssBar_with_iconSize(Map args,
                                  groovy.lang.Closure body)

rssBar_with_iconSize

@TagFile(value="rssBar-with-iconSize")
void rssBar_with_iconSize(groovy.lang.Closure body)

rssBar_with_iconSize

@TagFile(value="rssBar-with-iconSize")
void rssBar_with_iconSize(Map args)

rssBar_with_iconSize

@TagFile(value="rssBar-with-iconSize")
void rssBar_with_iconSize()

rssBar

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

rssBar

void rssBar(groovy.lang.Closure body)

rssBar

void rssBar(Map args)

rssBar

void rssBar()

setIconSize

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

setIconSize

void setIconSize(groovy.lang.Closure body)

setIconSize

void setIconSize(Map args)

setIconSize

void setIconSize()

queue

void queue(Map args,
           groovy.lang.Closure body)
Displays the build queue as <l:pane>


queue

void queue(groovy.lang.Closure body)
Displays the build queue as <l:pane>


queue

void queue(Map args)
Displays the build queue as <l:pane>


queue

void queue()
Displays the build queue as <l:pane>


buildEnvVar

void buildEnvVar(Map args,
                 groovy.lang.Closure body)
Renders a help entry for one environment variable. See EnvironmentContributor. The body of this tag renders the content.


buildEnvVar

void buildEnvVar(groovy.lang.Closure body)
Renders a help entry for one environment variable. See EnvironmentContributor. The body of this tag renders the content.


buildEnvVar

void buildEnvVar(Map args)
Renders a help entry for one environment variable. See EnvironmentContributor. The body of this tag renders the content.


buildEnvVar

void buildEnvVar()
Renders a help entry for one environment variable. See EnvironmentContributor. The body of this tag renders the content.


iconSize

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

iconSize

void iconSize(groovy.lang.Closure body)

iconSize

void iconSize(Map args)

iconSize

void iconSize()

progressiveText

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

progressiveText

void progressiveText(groovy.lang.Closure body)

progressiveText

void progressiveText(Map args)

progressiveText

void progressiveText()

node

void node(Map args,
          groovy.lang.Closure body)
Displays a link to a node.


node

void node(groovy.lang.Closure body)
Displays a link to a node.


node

void node(Map args)
Displays a link to a node.


node

void node()
Displays a link to a node.


progressBar

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

progressBar

void progressBar(groovy.lang.Closure body)

progressBar

void progressBar(Map args)

progressBar

void progressBar()

actions

void actions(Map args,
             groovy.lang.Closure body)
Shows a list of tasks.


actions

void actions(groovy.lang.Closure body)
Shows a list of tasks.


actions

void actions(Map args)
Shows a list of tasks.


actions

void actions()
Shows a list of tasks.


summary

void summary(Map args,
             groovy.lang.Closure body)
Displays a link with a large icon. Used in the project top page.


summary

void summary(groovy.lang.Closure body)
Displays a link with a large icon. Used in the project top page.


summary

void summary(Map args)
Displays a link with a large icon. Used in the project top page.


summary

void summary()
Displays a link with a large icon. Used in the project top page.


jobLink

void jobLink(Map args,
             groovy.lang.Closure body)
Generates a link to a job.


jobLink

void jobLink(groovy.lang.Closure body)
Generates a link to a job.


jobLink

void jobLink(Map args)
Generates a link to a job.


jobLink

void jobLink()
Generates a link to a job.


editableDescription

void editableDescription(Map args,
                         groovy.lang.Closure body)
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.


editableDescription

void editableDescription(groovy.lang.Closure body)
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.


editableDescription

void editableDescription(Map args)
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.


editableDescription

void editableDescription()
Renders ${it.description} and then allow it to be editable in place, if the current user has the specified permission.


abstractItemLink

void abstractItemLink(Map args,
                      groovy.lang.Closure body)
Displays a link when given an AbstractItem. It is assumed that that Abstract Item is passed in ${it}


abstractItemLink

void abstractItemLink(groovy.lang.Closure body)
Displays a link when given an AbstractItem. It is assumed that that Abstract Item is passed in ${it}


abstractItemLink

void abstractItemLink(Map args)
Displays a link when given an AbstractItem. It is assumed that that Abstract Item is passed in ${it}


abstractItemLink

void abstractItemLink()
Displays a link when given an AbstractItem. It is assumed that that Abstract Item is passed in ${it}


buildCaption

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

buildCaption

void buildCaption(groovy.lang.Closure body)

buildCaption

void buildCaption(Map args)

buildCaption

void buildCaption()

test_result

@TagFile(value="test-result")
void test_result(Map args,
                         groovy.lang.Closure body)
Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".


test_result

@TagFile(value="test-result")
void test_result(groovy.lang.Closure body)
Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".


test_result

@TagFile(value="test-result")
void test_result(Map args)
Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".


test_result

@TagFile(value="test-result")
void test_result()
Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".


scriptConsole

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

scriptConsole

void scriptConsole(groovy.lang.Closure body)

scriptConsole

void scriptConsole(Map args)

scriptConsole

void scriptConsole()

projectViewRow

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

projectViewRow

void projectViewRow(groovy.lang.Closure body)

projectViewRow

void projectViewRow(Map args)

projectViewRow

void projectViewRow()

buildHealth

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

buildHealth

void buildHealth(groovy.lang.Closure body)

buildHealth

void buildHealth(Map args)

buildHealth

void buildHealth()

buildStatusSummary

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

buildStatusSummary

void buildStatusSummary(groovy.lang.Closure body)

buildStatusSummary

void buildStatusSummary(Map args)

buildStatusSummary

void buildStatusSummary()

projectView

void projectView(Map args,
                 groovy.lang.Closure body)
Renders a list of jobs and their key information.


projectView

void projectView(groovy.lang.Closure body)
Renders a list of jobs and their key information.


projectView

void projectView(Map args)
Renders a list of jobs and their key information.


projectView

void projectView()
Renders a list of jobs and their key information.


ballColorTd

void ballColorTd(Map args,
                 groovy.lang.Closure body)
Display the ball in a TD.


ballColorTd

void ballColorTd(groovy.lang.Closure body)
Display the ball in a TD.


ballColorTd

void ballColorTd(Map args)
Display the ball in a TD.


ballColorTd

void ballColorTd()
Display the ball in a TD.


artifactList

void artifactList(Map args,
                  groovy.lang.Closure body)
Generates a listing of the build artifacts. Depending on the size of the artifact, this will either produce a list or a link to the directory view.


artifactList

void artifactList(groovy.lang.Closure body)
Generates a listing of the build artifacts. Depending on the size of the artifact, this will either produce a list or a link to the directory view.


artifactList

void artifactList(Map args)
Generates a listing of the build artifacts. Depending on the size of the artifact, this will either produce a list or a link to the directory view.


artifactList

void artifactList()
Generates a listing of the build artifacts. Depending on the size of the artifact, this will either produce a list or a link to the directory view.


thirdPartyLicenses

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

thirdPartyLicenses

void thirdPartyLicenses(groovy.lang.Closure body)

thirdPartyLicenses

void thirdPartyLicenses(Map args)

thirdPartyLicenses

void thirdPartyLicenses()

editTypeIcon

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

editTypeIcon

void editTypeIcon(groovy.lang.Closure body)

editTypeIcon

void editTypeIcon(Map args)

editTypeIcon

void editTypeIcon()

buildListTable

void buildListTable(Map args,
                    groovy.lang.Closure body)
Creates a table of builds.


buildListTable

void buildListTable(groovy.lang.Closure body)
Creates a table of builds.


buildListTable

void buildListTable(Map args)
Creates a table of builds.


buildListTable

void buildListTable()
Creates a table of builds.


buildProgressBar

void buildProgressBar(Map args,
                      groovy.lang.Closure body)
Progress bar for a build in progress.


buildProgressBar

void buildProgressBar(groovy.lang.Closure body)
Progress bar for a build in progress.


buildProgressBar

void buildProgressBar(Map args)
Progress bar for a build in progress.


buildProgressBar

void buildProgressBar()
Progress bar for a build in progress.


projectViewNested

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

projectViewNested

void projectViewNested(groovy.lang.Closure body)

projectViewNested

void projectViewNested(Map args)

projectViewNested

void projectViewNested()

buildLink

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

buildLink

void buildLink(groovy.lang.Closure body)

buildLink

void buildLink(Map args)

buildLink

void buildLink()

executors

void executors(Map args,
               groovy.lang.Closure body)
Displays the status of executors.


executors

void executors(groovy.lang.Closure body)
Displays the status of executors.


executors

void executors(Map args)
Displays the status of executors.


executors

void executors()
Displays the status of executors.


buildRangeLink

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

buildRangeLink

void buildRangeLink(groovy.lang.Closure body)

buildRangeLink

void buildRangeLink(Map args)

buildRangeLink

void buildRangeLink()

propertyTable

void propertyTable(Map args,
                   groovy.lang.Closure body)
Dispaly sortable table of properties.


propertyTable

void propertyTable(groovy.lang.Closure body)
Dispaly sortable table of properties.


propertyTable

void propertyTable(Map args)
Dispaly sortable table of properties.


propertyTable

void propertyTable()
Dispaly sortable table of properties.


help

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

help

void help(groovy.lang.Closure body)

help

void help(Map args)

help

void help()

listScmBrowsers

void listScmBrowsers(Map args,
                     groovy.lang.Closure body)
List browser SCMs


listScmBrowsers

void listScmBrowsers(groovy.lang.Closure body)
List browser SCMs


listScmBrowsers

void listScmBrowsers(Map args)
List browser SCMs


listScmBrowsers

void listScmBrowsers()
List browser SCMs



Copyright © 2004-2013. All Rights Reserved.