JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxScope
Packages that use
SandboxScope
Package
Description
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy
Uses of
SandboxScope
in
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy
Methods in
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy
that return
SandboxScope
Modifier and Type
Method
Description
SandboxScope
GroovySandbox.
enter
()
SandboxScope
NoOpGroovySandbox.
enter
()
SandboxScope
StandardGroovySandbox.
enter
()
Starts a dynamic scope within which calls will be sandboxed.