|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface FilePath.FileCallable<T>
Code that gets executed on the machine where the FilePath is local.
Used to act on FilePath.
FilePath.act(FileCallable)| Method Summary | |
|---|---|
T |
invoke(File f,
hudson.remoting.VirtualChannel channel)
Performs the computational task on the node where the data is located. |
| Method Detail |
|---|
T invoke(File f,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
All the exceptions are forwarded to the caller.
f - File that represents the local file that FilePath has represented.channel - The "back pointer" of the Channel that represents the communication
with the node from where the code was sent.
IOException
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||