Package com.google.jenkins.plugins.util


package com.google.jenkins.plugins.util
  • Class
    Description
    This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.
    Interface for a class that executes requests on behalf of a Json API client.
    A default, failure-tolerant implementation of the Executor class.
    This base exception class is used to wrap and propagate HTTP exceptions for specific status codes up the stack.
    This exception is used to wrap and propagate 403 (Forbidden) HTTP exceptions up the stack.
    This exception is used to signify that the maximum number of retries has been exceeded, that we shouldn't make further attempt.
    Generated localization support class.
    This helper utility is used for reading values out of a Google Compute Engine instance's attached metadata service.
    A simple default implementation that reads metadata via http requests.
    This is an implementation of Executor that can be injected to inject a set of canned responses to requests including: A pre-determined object Throwing an IOException or ExecutorException Passing through a part of the request as the response
    A name-value pair helper class.
    This exception is used to wrap and propagate 404 (Not Found) HTTP exceptions up the stack.
    A Callable that only throws IOException or ExecutorException.
    Container class for static methods that resolve form entries with typical form data, for use in Jenkins doCheckFoo methods.