Uses of Class
com.google.jenkins.plugins.util.RequestCallable
-
Packages that use RequestCallable Package Description com.google.jenkins.plugins.util -
-
Uses of RequestCallable in com.google.jenkins.plugins.util
Methods in com.google.jenkins.plugins.util that return RequestCallable Modifier and Type Method Description static <R> RequestCallable<R>
RequestCallable. from(com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<R> request)
Methods in com.google.jenkins.plugins.util with parameters of type RequestCallable Modifier and Type Method Description <T> T
Executor.Default. execute(RequestCallable<T> block)
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(RequestCallable<T> request)
Executes the request, returning a response of the appropriate type.
-