Class GroovyShellLanguage
java.lang.Object
org.jenkinsci.plugins.scriptsecurity.scripts.Language
org.jenkinsci.plugins.scriptsecurity.scripts.languages.GroovyShellLanguage
- All Implemented Interfaces:
ExtensionPoint
Language for Groovy Template scripts generating Bourne Shell script.
The protection here is about the Groovy scripting,
similar to GroovyLanguage
or GroovyXmlLanguage
.
Not to be confused with unprocessed strings controlled by SystemCommandLanguage
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.scriptsecurity.scripts.Language
getCodeMirrorMode
-
Constructor Details
-
GroovyShellLanguage
public GroovyShellLanguage()
-
-
Method Details
-
get
-
getName
Description copied from class:Language
Unique, permanent, internal identifier of this language. -
getDisplayName
Description copied from class:Language
Display name of the language for use in the UI.- Specified by:
getDisplayName
in classLanguage
- Returns:
- a localized name
-