@TagLibraryUri(value="/lib/categorizedview")
public interface CategorizedviewTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
| Modifier and Type | Method and Description |
|---|---|
void |
catProjectView()
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 |
catProjectViewRow() |
void |
catProjectViewRow(groovy.lang.Closure body) |
void |
catProjectViewRow(Map args) |
void |
catProjectViewRow(Map args,
groovy.lang.Closure body) |
void |
nestedProjectsView()
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.
|
void catProjectViewRow(Map args, groovy.lang.Closure body)
void catProjectViewRow(groovy.lang.Closure body)
void catProjectViewRow(Map args)
void catProjectViewRow()
void catProjectView(Map args, groovy.lang.Closure body)
void catProjectView(groovy.lang.Closure body)
void catProjectView(Map args)
void catProjectView()
void nestedProjectsView(Map args, groovy.lang.Closure body)
void nestedProjectsView(groovy.lang.Closure body)
void nestedProjectsView(Map args)
void nestedProjectsView()
Copyright © 2016–2017. All rights reserved.