Package hudson.plugins.s3.callable
Class S3WaitUploadCallable
java.lang.Object
hudson.plugins.s3.callable.S3WaitUploadCallable
- All Implemented Interfaces:
FilePath.FileCallable<Void>
,MasterSlaveCallable<Void>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
S3WaitUploadCallable
public S3WaitUploadCallable()
-
-
Method Details
-
invoke
Description copied from interface:MasterSlaveCallable
Upload from slave directly- Specified by:
invoke
in interfaceFilePath.FileCallable<Void>
- Specified by:
invoke
in interfaceMasterSlaveCallable<Void>
- Throws:
InterruptedException
-
invoke
Description copied from interface:MasterSlaveCallable
Stream from slave to master, then upload from master- Specified by:
invoke
in interfaceMasterSlaveCallable<Void>
- Throws:
InterruptedException
-
checkRoles
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-