Class GroovyLanguage
java.lang.Object
org.jenkinsci.plugins.scriptsecurity.scripts.Language
org.jenkinsci.plugins.scriptsecurity.scripts.languages.GroovyLanguage
- All Implemented Interfaces:
- ExtensionPoint
Language for Groovy scripts.
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
GroovyLanguagepublic GroovyLanguage()
 
- 
- 
Method Details- 
get
- 
getNameDescription copied from class:LanguageUnique, permanent, internal identifier of this language.
- 
getDisplayNameDescription copied from class:LanguageDisplay name of the language for use in the UI.- Specified by:
- getDisplayNamein class- Language
- Returns:
- a localized name
 
- 
getCodeMirrorModeDescription copied from class:LanguageA CodeMirror mode string, for purposes of displaying scripts in HTML.- Overrides:
- getCodeMirrorModein class- Language
- Returns:
- a mode such as clike, or null
 
 
-