Package | Description |
---|---|
org.jenkinsci.plugins.scriptsecurity.scripts | |
org.jenkinsci.plugins.scriptsecurity.scripts.languages |
Modifier and Type | Method and Description |
---|---|
Language |
ScriptApproval.PendingScript.getLanguage() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
ScriptApproval.checking(String script,
Language language)
To be used from form validation, in a
doCheckFieldName method. |
String |
ScriptApproval.configuring(String script,
Language language,
ApprovalContext context)
Used when someone is configuring a script.
|
String |
ScriptApproval.preapprove(String script,
Language language)
Unconditionally approve a script.
|
String |
ScriptApproval.using(String script,
Language language)
Called when a script is about to be used (evaluated).
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyLanguage
Language for Groovy scripts.
|
class |
GroovyShellLanguage
Language for Groovy Template scripts generating Bourne Shell script.
|
class |
GroovyXmlLanguage
Language for Groovy Template scripts generating XML.
|
class |
JellyLanguage
Language for Jelly scripts.
|
class |
JexlLanguage
Language for JEXL scripts.
|
Modifier and Type | Method and Description |
---|---|
static Language |
GroovyLanguage.get() |
static Language |
GroovyXmlLanguage.get() |
static Language |
GroovyShellLanguage.get() |
static Language |
JellyLanguage.get() |
static Language |
JexlLanguage.get() |
Copyright © 2015. All rights reserved.