| Package | Description |
|---|---|
| hudson.plugins.s3 | |
| hudson.plugins.s3.callable |
| Modifier and Type | Method and Description |
|---|---|
FingerprintRecord |
S3Profile.upload(hudson.model.Run<?,?> run,
String bucketName,
hudson.FilePath filePath,
String fileName,
Map<String,String> userMetadata,
String storageClass,
String selregion,
boolean uploadFromSlave,
boolean managedArtifacts,
boolean useServerSideEncryption,
boolean gzipFiles) |
| 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() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
FingerprintRecord |
S3Callable.generateFingerprint(boolean produced,
String bucket,
String name,
String md5sum) |
FingerprintRecord |
S3UploadCallable.invoke(hudson.FilePath file)
Stream from slave to master, then upload from master
|
FingerprintRecord |
S3UploadCallable.invoke(File file,
hudson.remoting.VirtualChannel channel)
Upload from slave directly
|
FingerprintRecord |
S3DownloadCallable.invoke(File file,
hudson.remoting.VirtualChannel channel) |
Copyright © 2004-2016. All Rights Reserved.