Package lib
Interface JenkinsTagLib
-
- All Superinterfaces:
groovy.lang.GroovyObject
,org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
@TagLibraryUri("/lib/hudson") public interface JenkinsTagLib extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
aggregated_failed_tests()
DEPRECATEDvoid
aggregated_failed_tests(groovy.lang.Closure body)
DEPRECATEDvoid
aggregated_failed_tests(Map args)
DEPRECATEDvoid
aggregated_failed_tests(Map args, groovy.lang.Closure body)
DEPRECATEDvoid
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()
Generates a link to a build.void
buildLink(groovy.lang.Closure body)
Generates a link to a build.void
buildLink(Map args)
Generates a link to a build.void
buildLink(Map args, groovy.lang.Closure body)
Generates a link to a build.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
failed_test()
DEPRECATEDvoid
failed_test(groovy.lang.Closure body)
DEPRECATEDvoid
failed_test(Map args)
DEPRECATEDvoid
failed_test(Map args, groovy.lang.Closure body)
DEPRECATEDvoid
help()
Displays a help buttonvoid
help(groovy.lang.Closure body)
Displays a help buttonvoid
help(Map args)
Displays a help buttonvoid
help(Map args, groovy.lang.Closure body)
Displays a help buttonvoid
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 SCMsvoid
listScmBrowsers(groovy.lang.Closure body)
List browser SCMsvoid
listScmBrowsers(Map args)
List browser SCMsvoid
listScmBrowsers(Map args, groovy.lang.Closure body)
List browser SCMsvoid
logRecords()
Displays a list of log records.void
logRecords(groovy.lang.Closure body)
Displays a list of log records.void
logRecords(Map args)
Displays a list of log records.void
logRecords(Map args, groovy.lang.Closure body)
Displays a list of log records.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()
Display sortable table of properties.void
propertyTable(groovy.lang.Closure body)
Display sortable table of properties.void
propertyTable(Map args)
Display sortable table of properties.void
propertyTable(Map args, groovy.lang.Closure body)
Display 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()
void
rssBar(groovy.lang.Closure body)
void
rssBar(Map args)
void
rssBar(Map args, groovy.lang.Closure body)
void
rssBar_with_iconSize()
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>void
rssBar_with_iconSize(groovy.lang.Closure body)
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>void
rssBar_with_iconSize(Map args)
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>void
rssBar_with_iconSize(Map args, groovy.lang.Closure body)
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>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()
DEPRECATEDvoid
test_result(groovy.lang.Closure body)
DEPRECATEDvoid
test_result(Map args)
DEPRECATEDvoid
test_result(Map args, groovy.lang.Closure body)
DEPRECATEDvoid
thirdPartyLicenses()
void
thirdPartyLicenses(groovy.lang.Closure body)
void
thirdPartyLicenses(Map args)
void
thirdPartyLicenses(Map args, groovy.lang.Closure body)
-
-
-
Method Detail
-
failed_test
@TagFile("failed-test") void failed_test(Map args, groovy.lang.Closure body)
DEPRECATED
-
failed_test
@TagFile("failed-test") void failed_test(groovy.lang.Closure body)
DEPRECATED
-
failed_test
@TagFile("failed-test") void failed_test(Map args)
DEPRECATED
-
failed_test
@TagFile("failed-test") void failed_test()
DEPRECATED
-
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.
-
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>
-
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.
-
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
-
propertyTable
void propertyTable(Map args, groovy.lang.Closure body)
Display sortable table of properties.
-
propertyTable
void propertyTable(groovy.lang.Closure body)
Display sortable table of properties.
-
propertyTable
void propertyTable(Map args)
Display sortable table of properties.
-
propertyTable
void propertyTable()
Display sortable table of properties.
-
aggregated_failed_tests
@TagFile("aggregated-failed-tests") void aggregated_failed_tests(Map args, groovy.lang.Closure body)
DEPRECATED
-
aggregated_failed_tests
@TagFile("aggregated-failed-tests") void aggregated_failed_tests(groovy.lang.Closure body)
DEPRECATED
-
aggregated_failed_tests
@TagFile("aggregated-failed-tests") void aggregated_failed_tests(Map args)
DEPRECATED
-
aggregated_failed_tests
@TagFile("aggregated-failed-tests") void aggregated_failed_tests()
DEPRECATED
-
buildCaption
void buildCaption(Map args, groovy.lang.Closure body)
-
buildCaption
void buildCaption(groovy.lang.Closure body)
-
buildCaption
void buildCaption(Map args)
-
buildCaption
void buildCaption()
-
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.
-
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.
-
thirdPartyLicenses
void thirdPartyLicenses(Map args, groovy.lang.Closure body)
-
thirdPartyLicenses
void thirdPartyLicenses(groovy.lang.Closure body)
-
thirdPartyLicenses
void thirdPartyLicenses(Map args)
-
thirdPartyLicenses
void thirdPartyLicenses()
-
progressiveText
void progressiveText(Map args, groovy.lang.Closure body)
-
progressiveText
void progressiveText(groovy.lang.Closure body)
-
progressiveText
void progressiveText(Map args)
-
progressiveText
void progressiveText()
-
buildLink
void buildLink(Map args, groovy.lang.Closure body)
Generates a link to a build.
-
buildLink
void buildLink(groovy.lang.Closure body)
Generates a link to a build.
-
buildLink
void buildLink(Map args)
Generates a link to a build.
-
buildLink
void buildLink()
Generates a link to a build.
-
test_result
@TagFile("test-result") void test_result(Map args, groovy.lang.Closure body)
DEPRECATED
-
test_result
@TagFile("test-result") void test_result(groovy.lang.Closure body)
DEPRECATED
-
test_result
@TagFile("test-result") void test_result(Map args)
DEPRECATED
-
test_result
@TagFile("test-result") void test_result()
DEPRECATED
-
rssBar_with_iconSize
@TagFile("rssBar-with-iconSize") void rssBar_with_iconSize(Map args, groovy.lang.Closure body)
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>
-
rssBar_with_iconSize
@TagFile("rssBar-with-iconSize") void rssBar_with_iconSize(groovy.lang.Closure body)
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>
-
rssBar_with_iconSize
@TagFile("rssBar-with-iconSize") void rssBar_with_iconSize(Map args)
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>
-
rssBar_with_iconSize
@TagFile("rssBar-with-iconSize") void rssBar_with_iconSize()
Deprecated since 1.345: use <t:iconSize><t:rssBar/></t:iconSize>
-
buildStatusSummary
void buildStatusSummary(Map args, groovy.lang.Closure body)
-
buildStatusSummary
void buildStatusSummary(groovy.lang.Closure body)
-
buildStatusSummary
void buildStatusSummary(Map args)
-
buildStatusSummary
void buildStatusSummary()
-
iconSize
void iconSize(Map args, groovy.lang.Closure body)
-
iconSize
void iconSize(groovy.lang.Closure body)
-
iconSize
void iconSize(Map args)
-
iconSize
void iconSize()
-
help
void help(Map args, groovy.lang.Closure body)
Displays a help button
-
help
void help(groovy.lang.Closure body)
Displays a help button
-
help
void help(Map args)
Displays a help button
-
help
void help()
Displays a help button
-
rssBar
void rssBar(Map args, groovy.lang.Closure body)
-
rssBar
void rssBar(groovy.lang.Closure body)
-
rssBar
void rssBar(Map args)
-
rssBar
void rssBar()
-
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.
-
editTypeIcon
void editTypeIcon(Map args, groovy.lang.Closure body)
-
editTypeIcon
void editTypeIcon(groovy.lang.Closure body)
-
editTypeIcon
void editTypeIcon(Map args)
-
editTypeIcon
void editTypeIcon()
-
projectViewRow
void projectViewRow(Map args, groovy.lang.Closure body)
-
projectViewRow
void projectViewRow(groovy.lang.Closure body)
-
projectViewRow
void projectViewRow(Map args)
-
projectViewRow
void projectViewRow()
-
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.
-
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.
-
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.
-
setIconSize
void setIconSize(Map args, groovy.lang.Closure body)
-
setIconSize
void setIconSize(groovy.lang.Closure body)
-
setIconSize
void setIconSize(Map args)
-
setIconSize
void setIconSize()
-
logRecords
void logRecords(Map args, groovy.lang.Closure body)
Displays a list of log records.
-
logRecords
void logRecords(groovy.lang.Closure body)
Displays a list of log records.
-
logRecords
void logRecords(Map args)
Displays a list of log records.
-
logRecords
void logRecords()
Displays a list of log records.
-
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.
-
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.
-
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}
-
scriptConsole
void scriptConsole(Map args, groovy.lang.Closure body)
-
scriptConsole
void scriptConsole(groovy.lang.Closure body)
-
scriptConsole
void scriptConsole(Map args)
-
scriptConsole
void scriptConsole()
-
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.
-
buildHealth
void buildHealth(Map args, groovy.lang.Closure body)
-
buildHealth
void buildHealth(groovy.lang.Closure body)
-
buildHealth
void buildHealth(Map args)
-
buildHealth
void buildHealth()
-
buildRangeLink
void buildRangeLink(Map args, groovy.lang.Closure body)
-
buildRangeLink
void buildRangeLink(groovy.lang.Closure body)
-
buildRangeLink
void buildRangeLink(Map args)
-
buildRangeLink
void buildRangeLink()
-
projectViewNested
void projectViewNested(Map args, groovy.lang.Closure body)
-
projectViewNested
void projectViewNested(groovy.lang.Closure body)
-
projectViewNested
void projectViewNested(Map args)
-
projectViewNested
void projectViewNested()
-
progressBar
void progressBar(Map args, groovy.lang.Closure body)
-
progressBar
void progressBar(groovy.lang.Closure body)
-
progressBar
void progressBar(Map args)
-
progressBar
void progressBar()
-
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.
-
-