public abstract class Language extends Object implements hudson.ExtensionPoint
ScriptApproval.| Constructor and Description |
|---|
Language() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeMirrorMode()
A CodeMirror mode string, for purposes of displaying scripts in HTML.
|
abstract String |
getDisplayName()
Display name of the language for use in the UI.
|
abstract String |
getName()
Unique, permanent, internal identifier of this language.
|
@Nonnull public abstract String getName()
@Nonnull public abstract String getDisplayName()
@CheckForNull public String getCodeMirrorMode()
clike, or nullCopyright © 2016–2017. All rights reserved.