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 Summary
Modifier and TypeMethodDescriptionvoid
Renders a list of jobs and their key information.void
catProjectView
(groovy.lang.Closure body) Renders a list of jobs and their key information.void
catProjectView
(Map args) Renders a list of jobs and their key information.void
catProjectView
(Map args, groovy.lang.Closure body) Renders a list of jobs and their key information.void
void
catProjectViewRow
(groovy.lang.Closure body) void
catProjectViewRow
(Map args) void
catProjectViewRow
(Map args, groovy.lang.Closure body) void
Renders a list of grouped jobs.void
nestedProjectsView
(groovy.lang.Closure body) Renders a list of grouped jobs.void
nestedProjectsView
(Map args) Renders a list of grouped jobs.void
nestedProjectsView
(Map args, groovy.lang.Closure body) Renders a list of grouped jobs.Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
-
Method Details
-
catProjectViewRow
-
catProjectViewRow
void catProjectViewRow(groovy.lang.Closure body) -
catProjectViewRow
-
catProjectViewRow
void catProjectViewRow() -
nestedProjectsView
Renders a list of grouped jobs. -
nestedProjectsView
void nestedProjectsView(groovy.lang.Closure body) Renders a list of grouped jobs. -
nestedProjectsView
Renders a list of grouped jobs. -
nestedProjectsView
void nestedProjectsView()Renders a list of grouped jobs. -
catProjectView
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
Renders a list of jobs and their key information. -
catProjectView
void catProjectView()Renders a list of jobs and their key information.
-