| Package | Description |
|---|---|
| hudson.plugins.s3 | |
| hudson.plugins.s3.callable |
| Modifier and Type | Method and Description |
|---|---|
FingerprintRecord |
S3Profile.upload(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String bucketName,
hudson.FilePath filePath,
int searchPathLength,
List<MetadataPair> userMetadata,
String storageClass,
String selregion,
boolean uploadFromSlave,
boolean managedArtifacts,
boolean useServerSideEncryption,
boolean flatten) |
| Modifier and Type | Method and Description |
|---|---|
List<FingerprintRecord> |
S3Profile.downloadAll(hudson.model.Run build,
List<FingerprintRecord> artifacts,
String expandedFilter,
hudson.FilePath targetDir,
boolean flatten,
PrintStream console)
Download all artifacts from a given build
|
List<FingerprintRecord> |
S3ArtifactsAction.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
S3Profile.delete(hudson.model.Run build,
FingerprintRecord record)
Delete some artifacts of a given run
|
String |
S3Profile.getDownloadURL(hudson.model.Run build,
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 expandedFilter,
hudson.FilePath targetDir,
boolean flatten,
PrintStream console)
Download all artifacts from a given build
|
| Constructor and Description |
|---|
S3ArtifactsAction(hudson.model.AbstractBuild<?,?> build,
S3Profile profile,
List<FingerprintRecord> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
FingerprintRecord |
S3UploadCallable.invoke(hudson.FilePath file)
Stream from slave to master, then upload from master
|
FingerprintRecord |
S3DownloadCallable.invoke(File file,
hudson.remoting.VirtualChannel channel) |
FingerprintRecord |
S3UploadCallable.invoke(File file,
hudson.remoting.VirtualChannel channel)
Upload from slave directly
|
Copyright © 2004-2014. All Rights Reserved.