public static interface BuildChooserContext.ContextCallable<P,T> extends Serializable
T invoke(P param, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
All the exceptions are forwarded to the caller.
param - Context object.channel - The "back pointer" of the Channel that represents the communication
with the node from where the code was sent.IOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.