Uses of Class
com.google.jenkins.plugins.util.RequestCallable
Packages that use RequestCallable
-
Uses of RequestCallable in com.google.jenkins.plugins.util
Methods in com.google.jenkins.plugins.util that return RequestCallableModifier and TypeMethodDescriptionstatic <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 RequestCallableModifier and TypeMethodDescription<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.