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 RejectedExecutionException
ExecutorServiceUtils.createRuntimeException
(String message, ExecutorServiceUtils.ExecutionRejectedException cause) Creates a runtimeRejectedExecutionException
forExecutorServiceUtils.ExecutionRejectedException
.Methods in org.jenkinsci.remoting.util that throw ExecutorServiceUtils.ExecutionRejectedExceptionModifier and TypeMethodDescriptionstatic void
ExecutorServiceUtils.submitAsync
(ExecutorService es, Runnable runnable) Submits a task to the executor service without further handling.