Class CallAsyncWrapper

java.lang.Object
com.cloudbees.jenkins.support.util.CallAsyncWrapper

public final class CallAsyncWrapper extends Object
  • Method Details

    • callAsync

      public static <V, T extends Throwable> hudson.remoting.Future<V> callAsync(hudson.remoting.VirtualChannel channel, hudson.remoting.Callable<V,T> callable) throws IOException
      Throws:
      IOException