Uses of Class
org.jenkinsci.remoting.CallableDecorator
Packages that use CallableDecorator
-
Uses of CallableDecorator in hudson.remoting
Methods in hudson.remoting that return types with arguments of type CallableDecoratorMethods in hudson.remoting with parameters of type CallableDecoratorModifier and TypeMethodDescriptionvoidChannel.addLocalExecutionInterceptor(CallableDecorator decorator) Adds aCallableDecoratorthat gets a chance to decorate everyCallables that run locally sent by the other peer.voidChannel.removeLocalExecutionInterceptor(CallableDecorator decorator) Removes the filter introduced byChannel.addLocalExecutionInterceptor(CallableDecorator).ChannelBuilder.with(CallableDecorator decorator)