public interface MasterSlaveCallable<T> extends FilePath.FileCallable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
invoke(FilePath file)
Stream from slave to master, then upload from master
|
T |
invoke(File file,
hudson.remoting.VirtualChannel channel)
Upload from slave directly
|
T invoke(File file, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface FilePath.FileCallable<T>IOExceptionInterruptedExceptionT invoke(FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2021. All rights reserved.