public interface MasterSlaveCallable<T>
extends hudson.FilePath.FileCallable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
invoke(hudson.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 hudson.FilePath.FileCallable<T>IOExceptionInterruptedExceptionT invoke(hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.