Uses of Class
org.jenkinsci.remoting.util.ExecutorServiceUtils.ExecutionRejectedException
Packages that use ExecutorServiceUtils.ExecutionRejectedException
-
Uses of ExecutorServiceUtils.ExecutionRejectedException in org.jenkinsci.remoting.util
Methods in org.jenkinsci.remoting.util with parameters of type ExecutorServiceUtils.ExecutionRejectedExceptionModifier and TypeMethodDescriptionstatic RejectedExecutionExceptionExecutorServiceUtils.createRuntimeException(String message, ExecutorServiceUtils.ExecutionRejectedException cause) Creates a runtimeRejectedExecutionExceptionforExecutorServiceUtils.ExecutionRejectedException.Methods in org.jenkinsci.remoting.util that throw ExecutorServiceUtils.ExecutionRejectedExceptionModifier and TypeMethodDescriptionstatic voidExecutorServiceUtils.submitAsync(ExecutorService es, Runnable runnable) Submits a task to the executor service without further handling.