Uses of Interface
com.cloudbees.groovy.cps.sandbox.CallSiteTag
Packages that use CallSiteTag
Package
Description
Even though classes in this package is public, they should not be referenced from outside this library.
-
Uses of CallSiteTag in com.cloudbees.groovy.cps
Methods in com.cloudbees.groovy.cps with parameters of type CallSiteTagModifier and TypeMethodDescriptionBuilder.contextualize(CallSiteTag... tags) Returns a newBuilderthat contextualizes call sites with the given tags. -
Uses of CallSiteTag in com.cloudbees.groovy.cps.impl
Methods in com.cloudbees.groovy.cps.impl that return types with arguments of type CallSiteTagModifier and TypeMethodDescriptionCallSiteBlock.getTags()Tags associated with this call site.CallSiteBlockSupport.getTags()MethodPointerBlock.getTags()Constructor parameters in com.cloudbees.groovy.cps.impl with type arguments of type CallSiteTagModifierConstructorDescriptionArrayAccessBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhs, Block property) AssignmentBlock(SourceLocation loc, Collection<CallSiteTag> tags, LValueBlock lhsExp, Block rhsExp, String compoundOp) AttributeAccessBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhs, Block property, boolean safe) CastBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block valueExp, Class<?> type, boolean ignoreAutoboxing, boolean coerce, boolean strict) ExcrementOperatorBlock(SourceLocation loc, Collection<CallSiteTag> tags, String operatorMethod, boolean prefix, LValueBlock body) FunctionCallBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhsExp, Block nameExp, boolean safe, Block[] argExps) MethodPointerBlock(SourceLocation loc, Block lhsExp, Block methodNameExp, Collection<CallSiteTag> tags) PropertyAccessBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhs, Block property, boolean safe) -
Uses of CallSiteTag in com.cloudbees.groovy.cps.sandbox
Classes in com.cloudbees.groovy.cps.sandbox that implement CallSiteTagModifier and TypeClassDescriptionfinal classCallSiteTagto instructSandboxInvokerthat this code is trusted and will bypass sandbox check.classCallSiteTagto instructSandboxInvokerthat this code is untrusted and should be under sandbox check.