Uses of Class
jenkins.util.InterceptingExecutorService
-
Uses of InterceptingExecutorService in jenkins.security
Modifier and TypeClassDescriptionfinal class
UsesACL.impersonate2(Authentication)
for all tasks.final class
Variant ofImpersonatingExecutorService
for scheduled services.class
Creates a delegatingExecutorService
implementation 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
Modifier and TypeClassDescriptionclass
ExecutorService
wrapper that resets the context classloader.class
Executor service that logs unchecked exceptions / errors inRunnable
.class
Generalization ofInterceptingExecutorService
to scheduled services.