Uses of Interface
com.cloudbees.groovy.cps.sandbox.Invoker
Packages that use Invoker
Package
Description
Even though classes in this package is public, they should not be referenced from outside this library.
-
Uses of Invoker in com.cloudbees.groovy.cps
Methods in com.cloudbees.groovy.cps that return InvokerModifier and TypeMethodDescriptionEnv.getInvoker()Invokeris typically scoped at the whole execution.Methods in com.cloudbees.groovy.cps with parameters of type InvokerModifier and TypeMethodDescriptionstatic EnvWorks likeEnvs.empty()except it allows a customInvoker. -
Uses of Invoker in com.cloudbees.groovy.cps.impl
Methods in com.cloudbees.groovy.cps.impl that return Invoker -
Uses of Invoker in com.cloudbees.groovy.cps.sandbox
Classes in com.cloudbees.groovy.cps.sandbox that implement InvokerModifier and TypeClassDescriptionclassInvokerthat performs the expected operation without anything extra.classInvokerthat goes through the groovy-sandboxGroovyInterceptor, so that interactions with Groovy objects can be inspected.Fields in com.cloudbees.groovy.cps.sandbox declared as InvokerModifier and TypeFieldDescriptionstatic final InvokerInvoker.INSTANCEDefault instance to be used.Methods in com.cloudbees.groovy.cps.sandbox that return InvokerModifier and TypeMethodDescriptionDefaultInvoker.contextualize(CallSiteBlock tags) Invoker.contextualize(CallSiteBlock tags) Returns a childInvokerused to make a call on behalf of the givenCallSiteBlock.SandboxInvoker.contextualize(CallSiteBlock tags)