Uses of Class
jenkins.util.InterceptingExecutorService
-
Packages that use InterceptingExecutorService Package Description jenkins.security jenkins.util -
-
Uses of InterceptingExecutorService in jenkins.security
Subclasses of InterceptingExecutorService in jenkins.security Modifier and Type Class Description class
ImpersonatingExecutorService
UsesACL.impersonate2(Authentication)
for all tasks.class
ImpersonatingScheduledExecutorService
Variant ofImpersonatingExecutorService
for scheduled services.class
SecurityContextExecutorService
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
Subclasses of InterceptingExecutorService in jenkins.util Modifier and Type Class Description class
ContextResettingExecutorService
ExecutorService
wrapper that resets the context classloader.class
ErrorLoggingExecutorService
Executor service that logs unchecked exceptions / errors inRunnable
.class
InterceptingScheduledExecutorService
Generalization ofInterceptingExecutorService
to scheduled services.
-