Package jenkins.util

Class InterceptingExecutorService

java.lang.Object
jenkins.util.InterceptingExecutorService
All Implemented Interfaces:
Executor, ExecutorService
Direct Known Subclasses:
ContextResettingExecutorService, ErrorLoggingExecutorService, ImpersonatingExecutorService, InterceptingScheduledExecutorService, SecurityContextExecutorService

public abstract class InterceptingExecutorService extends Object implements ExecutorService
ExecutorService that wraps all the tasks that run inside.
Since:
1.557
Author:
Kohsuke Kawaguchi