Package hudson.plugins.git.util
Interface BuildChooserContext.ContextCallable<P,T>
- All Superinterfaces:
Serializable
- Enclosing interface:
- BuildChooserContext
-
Method Summary
-
Method Details
-
invoke
Performs the computational task on the node where the data is located.All the exceptions are forwarded to the caller.
- Parameters:
param- Context object.channel- The "back pointer" of theChannelthat represents the communication with the node from where the code was sent.- Returns:
- result from invocation on node
- Throws:
IOException- on input or output errorInterruptedException- when interrupted
-