Package jenkins.util

Class InterceptingScheduledExecutorService

java.lang.Object
jenkins.util.InterceptingExecutorService
jenkins.util.InterceptingScheduledExecutorService
All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
ImpersonatingScheduledExecutorService

public abstract class InterceptingScheduledExecutorService extends InterceptingExecutorService implements ScheduledExecutorService
Generalization of InterceptingExecutorService to scheduled services.
Since:
2.51