public class S3UploadCallable extends S3Callable
| Constructor and Description |
|---|
S3UploadCallable(boolean produced,
String destFilename,
String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
String bucketName,
Destination dest,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption,
boolean gzipFiles) |
| Modifier and Type | Method and Description |
|---|---|
FingerprintRecord |
invoke(hudson.FilePath file)
Stream from slave to master, then upload from master
|
FingerprintRecord |
invoke(File file,
hudson.remoting.VirtualChannel channel)
Upload from slave directly
|
checkRoles, generateFingerprint, getTransferManagerpublic S3UploadCallable(boolean produced,
String destFilename,
String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
String bucketName,
Destination dest,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption,
boolean gzipFiles)
public FingerprintRecord invoke(File file, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic FingerprintRecord invoke(hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.