Class SandboxInvoker

java.lang.Object
com.cloudbees.groovy.cps.sandbox.SandboxInvoker
All Implemented Interfaces:
Invoker, Serializable

public class SandboxInvoker extends Object implements Invoker
Invoker that goes through the groovy-sandbox GroovyInterceptor, so that interactions with Groovy objects can be inspected.
Author:
Kohsuke Kawaguchi
See Also: