Uses of Class
jenkins.util.InterceptingExecutorService
Packages that use InterceptingExecutorService
-
Uses of InterceptingExecutorService in jenkins.security
Subclasses of InterceptingExecutorService in jenkins.securityModifier and TypeClassDescriptionfinal classUsesACL.impersonate2(Authentication)for all tasks.final classVariant ofImpersonatingExecutorServicefor scheduled services.classCreates a delegatingExecutorServiceimplementation whose submit and related methods capture the current SecurityContext and then wrap any runnable/callable objects in another runnable/callable that sets the context before execution and resets it afterwards. -
Uses of InterceptingExecutorService in jenkins.util
Subclasses of InterceptingExecutorService in jenkins.utilModifier and TypeClassDescriptionclassExecutorServicewrapper that resets the context classloader.classExecutor service that logs unchecked exceptions / errors inRunnable.classGeneralization ofInterceptingExecutorServiceto scheduled services.