Class RequestCallable<T>

java.lang.Object
com.google.jenkins.plugins.util.RequestCallable<T>
Type Parameters:
T - the return type for the request.
All Implemented Interfaces:
Callable<T>

public abstract class RequestCallable<T> extends Object implements Callable<T>
A Callable that only throws IOException or ExecutorException.
  • Constructor Details

    • RequestCallable

      public RequestCallable()
  • Method Details