| Package | Description |
|---|---|
| hudson.plugins.s3 | |
| hudson.plugins.s3.callable |
| Modifier and Type | Method and Description |
|---|---|
static Destination |
Destination.newFromRun(hudson.model.Run run,
S3Artifact artifact) |
static Destination |
Destination.newFromRun(hudson.model.Run run,
String bucketName,
String fileName,
boolean enableFullpath) |
| Constructor and Description |
|---|
S3DownloadCallable(String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
String region) |
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) |
Copyright © 2004-2016. All Rights Reserved.