| Package | Description |
|---|---|
| com.cloudbees.groovy.cps | |
| com.cloudbees.groovy.cps.impl |
Even though classes in this package is public, they should not be referenced from outside this library.
|
| com.cloudbees.groovy.cps.sandbox |
| Modifier and Type | Method and Description |
|---|---|
Invoker |
Env.getInvoker()
Invoker is typically scoped at the whole execution. |
| Modifier and Type | Method and Description |
|---|---|
static Env |
Envs.empty(Invoker inv)
Works like
Envs.empty() except it allows a custom Invoker. |
| Modifier and Type | Method and Description |
|---|---|
Invoker |
ProxyEnv.getInvoker() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInvoker
Invoker that performs the expected operation without anything extra. |
class |
SandboxInvoker
Invoker that goes through the groovy-sandbox GroovyInterceptor,
so that interactions with Groovy objects can be inspected. |
| Modifier and Type | Field and Description |
|---|---|
static Invoker |
Invoker.INSTANCE
Default instance to be used.
|
| Modifier and Type | Method and Description |
|---|---|
Invoker |
Invoker.contextualize(CallSiteBlock tags)
Returns a child
Invoker used to make a call on behalf of the given CallSiteBlock. |
Invoker |
DefaultInvoker.contextualize(CallSiteBlock tags) |
Invoker |
SandboxInvoker.contextualize(CallSiteBlock tags) |
Copyright © 2011–2019. All rights reserved.