Uses of Class
org.kohsuke.groovy.sandbox.GroovyInterceptor
Packages that use GroovyInterceptor
-
Uses of GroovyInterceptor in org.kohsuke.groovy.sandbox
Subclasses of GroovyInterceptor in org.kohsuke.groovy.sandboxMethods in org.kohsuke.groovy.sandbox that return types with arguments of type GroovyInterceptorModifier and TypeMethodDescriptionstatic List<GroovyInterceptor>GroovyInterceptor.getApplicableInterceptors() -
Uses of GroovyInterceptor in org.kohsuke.groovy.sandbox.impl
Subclasses of GroovyInterceptor in org.kohsuke.groovy.sandbox.implModifier and TypeClassDescriptionclassAn interceptor used byGroovyInterceptor.Invokerto reject any sandbox-transformed code that is executed whengetApplicableInterceptors()is empty, under the assumption that there is no legitimate reason to run sandbox-transformed code outside of the sandbox.