public final class Entry extends Object implements Describable<Entry>
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 |
String |
excludedFile
File name relative to the workspace root to be excluded from upload.
|
boolean |
flatten
Flatten directories
|
boolean |
gzipFiles
use GZIP to compress files
|
boolean |
keepForever
Don't delete artifacts in Amazon after job was rotated
|
boolean |
managedArtifacts
Let Jenkins manage the S3 uploaded artifacts
|
boolean |
noUploadOnFailure
Do not publish the artifacts when build fails
|
static List<com.amazonaws.regions.Region> |
regions
Regions Values
|
String |
selectedRegion
Stores the Region Value
|
boolean |
showDirectlyInBrowser
show content of entity directly in browser
|
String |
sourceFile
File name relative to the workspace root to upload.
|
String |
storageClass
what x-amz-storage-class is currently set
|
boolean |
uploadFromSlave
Upload either from the slave or the master
|
List<MetadataPair> |
userMetadata
Metadata overrides
|
boolean |
useServerSideEncryption
Use S3 server side encryption when uploading the artifacts
|
Constructor and Description |
---|
Entry(String bucket,
String sourceFile,
String excludedFile,
String storageClass,
String selectedRegion,
boolean noUploadOnFailure,
boolean uploadFromSlave,
boolean managedArtifacts,
boolean useServerSideEncryption,
boolean flatten,
boolean gzipFiles,
boolean keepForever,
boolean showDirectlyInBrowser,
List<MetadataPair> userMetadata) |
Modifier and Type | Method and Description |
---|---|
Descriptor<Entry> |
getDescriptor() |
public String bucket
public String sourceFile
public String excludedFile
public String storageClass
public static final List<com.amazonaws.regions.Region> regions
public String selectedRegion
public boolean noUploadOnFailure
public boolean uploadFromSlave
public boolean managedArtifacts
public boolean useServerSideEncryption
public boolean flatten
public boolean gzipFiles
public boolean showDirectlyInBrowser
public boolean keepForever
public List<MetadataPair> userMetadata
@Extension public static final Entry.DescriptorImpl DESCRIPOR
@DataBoundConstructor public Entry(String bucket, String sourceFile, String excludedFile, String storageClass, String selectedRegion, boolean noUploadOnFailure, boolean uploadFromSlave, boolean managedArtifacts, boolean useServerSideEncryption, boolean flatten, boolean gzipFiles, boolean keepForever, boolean showDirectlyInBrowser, List<MetadataPair> userMetadata)
public Descriptor<Entry> getDescriptor()
getDescriptor
in interface Describable<Entry>
Copyright © 2016–2021. All rights reserved.