Uses of Class
com.google.jenkins.plugins.util.Executor
-
Packages that use Executor Package Description com.google.jenkins.plugins.util -
-
Uses of Executor in com.google.jenkins.plugins.util
Subclasses of Executor in com.google.jenkins.plugins.util Modifier and Type Class Description static class
Executor.Default
A default, failure-tolerant implementation of theExecutor
class.class
MockExecutor
This is an implementation ofExecutor
that can be injected to inject a set of canned responses to requests including: A pre-determined object Throwing anIOException
orExecutorException
Passing through a part of the request as the response
-