org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
Class AWSEBS3Setup

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<AWSEBSetup>
      extended by org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
          extended by org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBS3Setup
All Implemented Interfaces:
hudson.model.Describable<AWSEBSetup>

public class AWSEBS3Setup
extends AWSEBSetup


Nested Class Summary
static class AWSEBS3Setup.DescriptorImpl
           
 
Field Summary
static AWSEBS3Setup.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
AWSEBS3Setup(String bucketName, String keyPrefix, String rootObject, String includes, String excludes, Boolean overwriteExistingFile)
           
 
Method Summary
 String getBucketName()
           
static AWSEBS3Setup.DescriptorImpl getDesc()
           
 AWSEBS3Setup.DescriptorImpl getDescriptor()
           
 String getExcludes()
           
 String getIncludes()
           
 String getKeyPrefix()
           
 String getRootObject()
           
 boolean isOverwriteExistingFile()
           
 void perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final AWSEBS3Setup.DescriptorImpl DESCRIPTOR
Constructor Detail

AWSEBS3Setup

@DataBoundConstructor
public AWSEBS3Setup(String bucketName,
                                         String keyPrefix,
                                         String rootObject,
                                         String includes,
                                         String excludes,
                                         Boolean overwriteExistingFile)
Method Detail

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()

perform

public void perform(hudson.model.AbstractBuild<?,?> build,
                    hudson.Launcher launcher,
                    hudson.model.BuildListener listener)
             throws Exception
Specified by:
perform in class AWSEBSetup
Throws:
Exception


Copyright © 2014-2015. All Rights Reserved.