public class AWSEBS3Setup extends AWSEBSetup
Modifier and Type | Class and Description |
---|---|
static class |
AWSEBS3Setup.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static AWSEBS3Setup.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
AWSEBS3Setup(String bucketName,
String bucketRegion,
String keyPrefix,
String rootObject,
String includes,
String excludes,
Boolean overwriteExistingFile,
Boolean useTransferAcceleration) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName() |
String |
getBucketRegion() |
AWSEBS3Setup.DescriptorImpl |
getDescriptor() |
String |
getExcludes() |
String |
getIncludes() |
String |
getKeyPrefix() |
String |
getRootObject() |
boolean |
isOverwriteExistingFile() |
Boolean |
isUseTransferAcceleration() |
perform, perform
@Extension public static final AWSEBS3Setup.DescriptorImpl DESCRIPTOR
public String getBucketName()
public String getBucketRegion()
public String getKeyPrefix()
public String getRootObject()
public String getIncludes()
public String getExcludes()
public boolean isOverwriteExistingFile()
public Boolean isUseTransferAcceleration()
public AWSEBS3Setup.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<AWSEBSetup>
getDescriptor
in class hudson.model.AbstractDescribableImpl<AWSEBSetup>
Copyright © 2014-2019. All Rights Reserved.