Package lib
Interface TestTagLib
-
- All Superinterfaces:
groovy.lang.GroovyObject
,org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
@TagLibraryUri("/lib/test") public interface TestTagLib extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bar()
void
bar(groovy.lang.Closure body)
void
bar(Map args)
void
bar(Map args, groovy.lang.Closure body)
-