| Modifier and Type | Class and Description |
|---|---|
static class |
Entry.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
bucket
Destination bucket for the copy.
|
static Entry.DescriptorImpl |
DESCRIPOR |
boolean |
flatten
Flatten directories
|
boolean |
managedArtifacts
Let Jenkins manage the S3 uploaded artifacts
|
boolean |
noUploadOnFailure
Do not publish the artifacts when build fails
|
static com.amazonaws.regions.Regions[] |
regions
Regions Values
|
String |
selectedRegion
Stores the Region Value
|
String |
sourceFile
File name relative to the workspace root to upload.
|
String |
storageClass
what x-amz-storage-class is currently set
|
static String[] |
storageClasses
options for x-amz-storage-class can be STANDARD or REDUCED_REDUNDANCY
|
boolean |
uploadFromSlave
Upload either from the slave or the master
|
boolean |
useServerSideEncryption
Use S3 server side encryption when uploading the artifacts
|
public String bucket
public String sourceFile
public static final String[] storageClasses
public String storageClass
public static final com.amazonaws.regions.Regions[] regions
public String selectedRegion
public boolean noUploadOnFailure
public boolean uploadFromSlave
public boolean managedArtifacts
public boolean useServerSideEncryption
public boolean flatten
@Extension public static final Entry.DescriptorImpl DESCRIPOR
Copyright © 2004-2015. All Rights Reserved.