| Package | Description |
|---|---|
| hudson.plugins.s3 | |
| hudson.plugins.s3.callable |
| Modifier and Type | Method and Description |
|---|---|
static Destination |
Destination.newFromBuild(hudson.model.AbstractBuild<?,?> build,
String bucketName,
String fileName) |
static Destination |
Destination.newFromRun(hudson.model.Run run,
S3Artifact artifact) |
static Destination |
Destination.newFromRun(hudson.model.Run run,
String bucketName,
String fileName) |
| Constructor and Description |
|---|
S3DownloadCallable(String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
PrintStream console) |
S3UploadCallable(boolean produced,
String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
Destination dest,
List<MetadataPair> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption)
Deprecated.
|
S3UploadCallable(boolean produced,
String accessKey,
hudson.util.Secret secretKey,
boolean useRole,
String bucketName,
Destination dest,
List<MetadataPair> userMetadata,
String storageClass,
String selregion,
boolean useServerSideEncryption) |
Copyright © 2004-2015. All Rights Reserved.