public abstract class StaplerClosureScript extends GroovyClosureScript
Modifier and Type | Field and Description |
---|---|
protected URL |
scriptURL
Where was this script loaded from?
|
Constructor and Description |
---|
StaplerClosureScript() |
Modifier and Type | Method and Description |
---|---|
String |
_(String text)
Looks up the resource bundle with the given key, and returns that string,
or otherwise return 'text' as-is.
|
String |
_(String key,
Object... args)
Looks up the resource bundle with the given key, formats with arguments,
then return that formatted string.
|
getDelegate, getProperty, invokeMethod, setDelegate, setProperty
Copyright © 2013. All rights reserved.