Uses of Class
com.google.jenkins.plugins.util.ExecutorException
Packages that use ExecutorException
-
Uses of ExecutorException in com.google.jenkins.plugins.util
Subclasses of ExecutorException in com.google.jenkins.plugins.utilModifier and TypeClassDescriptionclass
This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.class
This exception is used to wrap and propagate 403 (Forbidden) HTTP exceptions up the stack.class
This exception is used to signify that the maximum number of retries has been exceeded, that we shouldn't make further attempt.class
This exception is used to wrap and propagate 404 (Not Found) HTTP exceptions up the stack.Methods in com.google.jenkins.plugins.util with parameters of type ExecutorExceptionModifier and TypeMethodDescription<T,
C extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>>
voidMockExecutor.throwWhen
(Class<C> requestType, ExecutorException exception) When the next request matches the givenrequestType
throwexception
instead of responding.<T,
S extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>, C extends S>
voidMockExecutor.throwWhen
(Class<C> requestType, ExecutorException exception, com.google.common.base.Predicate<S> predicate) When the next request matches the givenrequestType
and the provided userPredicate
throwexception
instead of responding.Methods in com.google.jenkins.plugins.util that throw ExecutorExceptionModifier and TypeMethodDescriptionabstract T
RequestCallable.call()
<T> T
Executor.Default.execute
(RequestCallable<T> block) Executes the request, returning a response of the appropriate type.<T> T
Executor.execute
(com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T> request) Executes the request, returning a response of the appropriate type.abstract <T> T
Executor.execute
(RequestCallable<T> request) Executes the request, returning a response of the appropriate type.<T> T
MockExecutor.execute
(com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T> request) Executes the request, returning a response of the appropriate type.<T> T
MockExecutor.execute
(RequestCallable<T> request) Executes the request, returning a response of the appropriate type.MetadataReader.Default.readMetadata
(String metadataPath) Reads the specified sub-element out of the Google Compute Engine instance's metadata.MetadataReader.readMetadata
(String metadataPath) Reads the specified sub-element out of the Google Compute Engine instance's metadata.