Package jenkins.plugins.itemstorage.s3
Class S3DownloadCallable
java.lang.Object
jenkins.MasterToSlaveFileCallable<T>
jenkins.plugins.itemstorage.s3.S3DownloadCallable
- All Implemented Interfaces:
FilePath.FileCallable<Void>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
Constructor Details
-
S3DownloadCallable
-
-
Method Details
-
invoke
public Void invoke(com.amazonaws.services.s3.transfer.TransferManager transferManager, File target, hudson.remoting.VirtualChannel channel) throws IOException Override this if you do want a transfer manager- Throws:
IOException
-
invoke
public Void invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException Override this if you don't want a transfer manager- Throws:
IOException
InterruptedException
-