| Package | Description |
|---|---|
| hudson.plugins.s3 |
| Modifier and Type | Method and Description |
|---|---|
List<FingerprintRecord> |
S3Profile.downloadAll(Run<?,?> build,
List<FingerprintRecord> artifacts,
String includeFilter,
String excludeFilter,
FilePath targetDir,
boolean flatten)
Download all artifacts from a given build
|
List<FingerprintRecord> |
S3ArtifactsAction.getArtifacts() |
List<FingerprintRecord> |
S3Profile.upload(Run<?,?> run,
String bucketName,
List<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(Run run,
FingerprintRecord record)
Delete some artifacts of a given run
|
| Modifier and Type | Method and Description |
|---|---|
List<FingerprintRecord> |
S3Profile.downloadAll(Run<?,?> build,
List<FingerprintRecord> artifacts,
String includeFilter,
String excludeFilter,
FilePath targetDir,
boolean flatten)
Download all artifacts from a given build
|
| Constructor and Description |
|---|
S3ArtifactsAction(Run<?,?> run,
S3Profile profile,
List<FingerprintRecord> artifacts) |
Copyright © 2016–2021. All rights reserved.