Class GroovyXmlLanguage
java.lang.Object
org.jenkinsci.plugins.scriptsecurity.scripts.Language
org.jenkinsci.plugins.scriptsecurity.scripts.languages.GroovyXmlLanguage
- All Implemented Interfaces:
ExtensionPoint
Language for Groovy Template scripts generating XML.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GroovyXmlLanguage
public GroovyXmlLanguage()
-
-
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
-
getCodeMirrorMode
Description copied from class:Language
A CodeMirror mode string, for purposes of displaying scripts in HTML.- Overrides:
getCodeMirrorMode
in classLanguage
- Returns:
- a mode such as
clike
, or null
-