Package com.google.jenkins.plugins.util
-
Interface Summary Interface Description MetadataReader This helper utility is used for reading values out of a Google Compute Engine instance's attached metadata service. -
Class Summary Class Description Executor Interface for a class that executes requests on behalf of a Json API client.Executor.Default A default, failure-tolerant implementation of theExecutor
class.Messages Generated localization support class.MetadataReader.Default A simple default implementation that reads metadata via http requests.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 responseNameValuePair<N,V> A name-value pair helper class.RequestCallable<T> Resolve Container class for static methods that resolve form entries with typical form data, for use in JenkinsdoCheckFoo
methods. -
Exception Summary Exception Description ConflictException This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.ExecutorException This base exception class is used to wrap and propagate HTTP exceptions for specific status codes up the stack.ForbiddenException This exception is used to wrap and propagate 403 (Forbidden) HTTP exceptions up the stack.MaxRetryExceededException This exception is used to signify that the maximum number of retries has been exceeded, that we shouldn't make further attempt.NotFoundException This exception is used to wrap and propagate 404 (Not Found) HTTP exceptions up the stack.