Package | Description |
---|---|
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy | |
org.jenkinsci.plugins.scriptsecurity.scripts |
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry> |
SecureGroovyScript.getClasspath() |
Constructor and Description |
---|
SecureGroovyScript(String script,
boolean sandbox,
List<ClasspathEntry> classpath) |
Modifier and Type | Method and Description |
---|---|
FormValidation |
ScriptApproval.checking(ClasspathEntry entry)
Like
ScriptApproval.checking(String, Language, boolean) but for classpath entries. |
void |
ScriptApproval.configuring(ClasspathEntry entry,
ApprovalContext context)
Called when configuring a classpath entry.
|
void |
ScriptApproval.using(ClasspathEntry entry)
Asserts that a classpath entry is approved.
|
Copyright © 2016–2022. All rights reserved.