org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
Class AWSEBS3Setup
java.lang.Object
hudson.model.AbstractDescribableImpl<AWSEBSetup>
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBS3Setup
- All Implemented Interfaces:
- hudson.model.Describable<AWSEBSetup>
public class AWSEBS3Setup
- extends AWSEBSetup
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final AWSEBS3Setup.DescriptorImpl DESCRIPTOR
AWSEBS3Setup
@DataBoundConstructor
public AWSEBS3Setup(String bucketName,
String keyPrefix,
String rootObject,
String includes,
String excludes,
Boolean overwriteExistingFile)
getBucketName
public String getBucketName()
getKeyPrefix
public String getKeyPrefix()
getRootObject
public String getRootObject()
getIncludes
public String getIncludes()
getExcludes
public String getExcludes()
isOverwriteExistingFile
public boolean isOverwriteExistingFile()
getDescriptor
public AWSEBS3Setup.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<AWSEBSetup>
- Overrides:
getDescriptor
in class hudson.model.AbstractDescribableImpl<AWSEBSetup>
getDesc
public static AWSEBS3Setup.DescriptorImpl getDesc()
Copyright © 2014-2015. All Rights Reserved.