| Package | Description |
|---|---|
| hudson.plugins.s3 |
| Modifier and Type | Method and Description |
|---|---|
List<FingerprintRecord> |
S3Profile.downloadAll(hudson.model.Run build,
List<FingerprintRecord> artifacts,
String includeFilter,
String excludeFilter,
hudson.FilePath targetDir,
boolean flatten)
Download all artifacts from a given build
|
List<FingerprintRecord> |
S3ArtifactsAction.getArtifacts() |
List<FingerprintRecord> |
S3Profile.upload(hudson.model.Run<?,?> run,
String bucketName,
List<hudson.FilePath> filePaths,
List<String> fileNames,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean uploadFromSlave,
boolean managedArtifacts,
boolean useServerSideEncryption,
boolean gzipFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
S3Profile.delete(hudson.model.Run run,
FingerprintRecord record)
Delete some artifacts of a given run
|
String |
S3Profile.getDownloadURL(hudson.model.Run run,
FingerprintRecord record)
Generate a signed download request for a redirect from s3/download.
|
| Modifier and Type | Method and Description |
|---|---|
List<FingerprintRecord> |
S3Profile.downloadAll(hudson.model.Run build,
List<FingerprintRecord> artifacts,
String includeFilter,
String excludeFilter,
hudson.FilePath targetDir,
boolean flatten)
Download all artifacts from a given build
|
| Constructor and Description |
|---|
S3ArtifactsAction(hudson.model.Run<?,?> run,
S3Profile profile,
List<FingerprintRecord> artifacts) |
Copyright © 2004-2016. All Rights Reserved.