public abstract class Language extends Object implements ExtensionPoint
ScriptApproval
.ExtensionPoint.LegacyInstancesAreScopedToHudson
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–2023. All rights reserved.