Interface Invoker

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultInvoker, SandboxInvoker

public interface Invoker extends Serializable
Abstracts away interactions with Groovy objects, for example to provide an opportunity to intercept calls.

During the execution of CPS code, Invoker is available from Env.getInvoker().

Author:
Kohsuke Kawaguchi
See Also: