Class GroovyClassFilter


  • public class GroovyClassFilter
    extends org.kohsuke.groovy.sandbox.GroovyValueFilter
    Author:
    Lucian Chirita ([email protected])
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.kohsuke.groovy.sandbox.GroovyInterceptor

        org.kohsuke.groovy.sandbox.GroovyInterceptor.Invoker
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object filter​(Object o)  
      • Methods inherited from class org.kohsuke.groovy.sandbox.GroovyValueFilter

        filterArgument, filterIndex, filterReceiver, filterReturnValue, onGetArray, onGetAttribute, onGetProperty, onMethodCall, onNewInstance, onSetArray, onSetAttribute, onSetProperty, onStaticCall
      • Methods inherited from class org.kohsuke.groovy.sandbox.GroovyInterceptor

        getApplicableInterceptors, onSuperCall, onSuperConstructor, register, unregister