public class FirstRemoteOperation extends Object implements hudson.FilePath.FileCallable<String>
| Constructor and Description |
|---|
FirstRemoteOperation() |
public String invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
FilePath.FileCallable. The invoke method is executed either on the master or the remote.
The returned value MUST be Serializable if the task is ever going be executed remotely.invoke in interface hudson.FilePath.FileCallable<String>f - the remote workspace (or null if not remote)channel - the remote channel (or null if not remote)IOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.