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