| Package | Description |
|---|---|
| org.jenkinsci.plugins.scriptsecurity.sandbox.groovy | |
| org.jenkinsci.plugins.scriptsecurity.scripts |
| Modifier and Type | Method and Description |
|---|---|
static void |
GroovySandbox.runInSandbox(Runnable r,
Whitelist whitelist)
Runs a block such as
GroovyShell.evaluate(String) in the sandbox. |
static void |
GroovySandbox.runInSandbox(groovy.lang.Script script,
Whitelist whitelist)
Runs a script in the sandbox.
|
| Modifier and Type | Method and Description |
|---|---|
RejectedAccessException |
ScriptApproval.accessRejected(RejectedAccessException x,
ApprovalContext context)
To be called when a sandbox rejects access for a script not using manual approval.
|
| Modifier and Type | Method and Description |
|---|---|
RejectedAccessException |
ScriptApproval.accessRejected(RejectedAccessException x,
ApprovalContext context)
To be called when a sandbox rejects access for a script not using manual approval.
|
Copyright © 2004-2014. All Rights Reserved.