| 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) |
| Modifier and Type | Method and Description |
|---|---|
Destination |
S3BaseUploadCallable.getDest() |
| Constructor and Description |
|---|
S3BaseUploadCallable(String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption,
hudson.ProxyConfiguration proxy) |
S3DownloadCallable(String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
String region,
hudson.ProxyConfiguration proxy) |
S3GzipCallable(String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption,
hudson.ProxyConfiguration proxy) |
S3UploadCallable(String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption,
hudson.ProxyConfiguration proxy) |
Copyright © 2016–2021. All rights reserved.