Package lib

Interface CategorizedviewTagLib

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

    @TagLibraryUri("/lib/categorizedview")
    public interface CategorizedviewTagLib
    extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
    • Method Detail

      • catProjectView

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

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

        void catProjectView​(Map args)
        Renders a list of jobs and their key information.
      • catProjectView

        void catProjectView()
        Renders a list of jobs and their key information.
      • nestedProjectsView

        void nestedProjectsView​(Map args,
                                groovy.lang.Closure body)
        Renders a list of grouped jobs.
      • nestedProjectsView

        void nestedProjectsView​(groovy.lang.Closure body)
        Renders a list of grouped jobs.
      • nestedProjectsView

        void nestedProjectsView​(Map args)
        Renders a list of grouped jobs.
      • nestedProjectsView

        void nestedProjectsView()
        Renders a list of grouped jobs.
      • catProjectViewRow

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

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

        void catProjectViewRow​(Map args)
      • catProjectViewRow

        void catProjectViewRow()