public final class S3WaitUploadCallable extends Object implements MasterSlaveCallable<Void>
| Constructor and Description |
|---|
S3WaitUploadCallable() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
Void |
invoke(hudson.FilePath file)
Stream from slave to master, then upload from master
|
Void |
invoke(File f,
hudson.remoting.VirtualChannel channel)
Upload from slave directly
|
public Void invoke(File f, hudson.remoting.VirtualChannel channel) throws InterruptedException
MasterSlaveCallableinvoke in interface hudson.FilePath.FileCallable<Void>invoke in interface MasterSlaveCallable<Void>InterruptedExceptionpublic Void invoke(hudson.FilePath file) throws InterruptedException
MasterSlaveCallableinvoke in interface MasterSlaveCallable<Void>InterruptedExceptionpublic void checkRoles(org.jenkinsci.remoting.RoleChecker checker)
throws SecurityException
checkRoles in interface org.jenkinsci.remoting.RoleSensitiveSecurityExceptionCopyright © 2016–2018. All rights reserved.