Package org.kohsuke.stapler.jelly.groovy
Class StaplerClosureScript
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.lang.Script
-
- org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Direct Known Subclasses:
GroovyServerPageScript
public abstract class StaplerClosureScript extends GroovyClosureScript
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description StaplerClosureScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgettext(String text)Looks up the resource bundle with the given key, and returns that string, or otherwise return 'text' as-is.Stringgettext(String key, Object... args)Looks up the resource bundle with the given key, formats with arguments, then return that formatted string.-
Methods inherited from class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
getDelegate, getProperty, invokeMethod, setDelegate, setProperty
-
-