Uses of Class
com.google.jenkins.plugins.util.ExecutorException

Packages that use ExecutorException
Package
Description
 
  • Uses of ExecutorException in com.google.jenkins.plugins.util

    Modifier and Type
    Class
    Description
    class 
    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 ExecutorException
    Modifier and Type
    Method
    Description
    <T, C extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>>
    void
    MockExecutor.throwWhen(Class<C> requestType, ExecutorException exception)
    When the next request matches the given requestType throw exception instead of responding.
    <T, S extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>, C extends S>
    void
    MockExecutor.throwWhen(Class<C> requestType, ExecutorException exception, com.google.common.base.Predicate<S> predicate)
    When the next request matches the given requestType and the provided user Predicate throw exception instead of responding.
    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.
    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.