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 Detail

      • setIconSize

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

        void setIconSize​(groovy.lang.Closure body)
      • setIconSize

        void setIconSize​(Map args)
      • setIconSize

        void setIconSize()
      • 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.
      • 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.
      • buildStatusSummary

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

        void buildStatusSummary​(groovy.lang.Closure body)
      • buildStatusSummary

        void buildStatusSummary​(Map args)
      • buildStatusSummary

        void buildStatusSummary()
      • 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
      • 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.
      • 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
      • editTypeIcon

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

        void editTypeIcon​(groovy.lang.Closure body)
      • editTypeIcon

        void editTypeIcon​(Map args)
      • editTypeIcon

        void editTypeIcon()
      • 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.
      • thirdPartyLicenses

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

        void thirdPartyLicenses​(groovy.lang.Closure body)
      • thirdPartyLicenses

        void thirdPartyLicenses​(Map args)
      • thirdPartyLicenses

        void thirdPartyLicenses()
      • 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.
      • 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.
      • buildHealth

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

        void buildHealth​(groovy.lang.Closure body)
      • buildHealth

        void buildHealth​(Map args)
      • buildHealth

        void buildHealth()
      • 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.
      • iconSize

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

        void iconSize​(groovy.lang.Closure body)
      • iconSize

        void iconSize​(Map args)
      • iconSize

        void iconSize()
      • 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.
      • 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()
      • 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.
      • 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.
      • 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}
      • rssBar

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

        void rssBar​(groovy.lang.Closure body)
      • rssBar

        void rssBar​(Map args)
      • rssBar

        void rssBar()
      • progressiveText

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

        void progressiveText​(groovy.lang.Closure body)
      • progressiveText

        void progressiveText​(Map args)
      • progressiveText

        void progressiveText()
      • 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>
      • 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>
      • 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
      • 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.
      • 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
      • progressBar

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

        void progressBar​(groovy.lang.Closure body)
      • progressBar

        void progressBar​(Map args)
      • progressBar

        void progressBar()
      • buildCaption

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

        void buildCaption​(groovy.lang.Closure body)
      • buildCaption

        void buildCaption​(Map args)
      • buildCaption

        void buildCaption()
      • 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.
      • 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
      • 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.
      • 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.
      • 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.
      • buildRangeLink

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

        void buildRangeLink​(groovy.lang.Closure body)
      • buildRangeLink

        void buildRangeLink​(Map args)
      • buildRangeLink

        void buildRangeLink()