Uses of Class
com.google.jenkins.plugins.util.ExecutorException
-
Packages that use ExecutorException Package Description com.google.jenkins.plugins.util -
-
Uses of ExecutorException in com.google.jenkins.plugins.util
Subclasses of ExecutorException in com.google.jenkins.plugins.util Modifier and Type Class Description class
ConflictException
This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.class
ForbiddenException
This exception is used to wrap and propagate 403 (Forbidden) HTTP exceptions up the stack.class
MaxRetryExceededException
This exception is used to signify that the maximum number of retries has been exceeded, that we shouldn't make further attempt.class
NotFoundException
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 ExecutorException Modifier and Type Method Description <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 ExecutorException Modifier and Type Method Description abstract 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.String
MetadataReader.Default. readMetadata(String metadataPath)
Reads the specified sub-element out of the Google Compute Engine instance's metadata.String
MetadataReader. readMetadata(String metadataPath)
Reads the specified sub-element out of the Google Compute Engine instance's metadata.
-