org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
Class AWSEBElasticBeanstalkSetup

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

public class AWSEBElasticBeanstalkSetup
extends AWSEBSetup


Nested Class Summary
static class AWSEBElasticBeanstalkSetup.DescriptorImpl
           
 
Field Summary
static AWSEBElasticBeanstalkSetup.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
AWSEBElasticBeanstalkSetup(com.amazonaws.regions.Regions awsRegion, String credentials, String applicationName, String environmentList, String versionLabelFormat, Boolean failOnError, List<AWSEBSetup> extensions)
           
 
Method Summary
 String getApplicationName()
           
 com.amazonaws.regions.Regions getAwsRegion()
           
 AWSEBCredentials getCredentials()
           
static AWSEBElasticBeanstalkSetup.DescriptorImpl getDesc()
           
 AWSEBElasticBeanstalkSetup.DescriptorImpl getDescriptor()
           
 String getEnvironmentList()
           
 List<String> getEnvironments()
           
 List<AWSEBSetup> getExtensions()
           
 Boolean getFailOnError()
           
 String getVersionLabelFormat()
           
 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 AWSEBElasticBeanstalkSetup.DescriptorImpl DESCRIPTOR
Constructor Detail

AWSEBElasticBeanstalkSetup

@DataBoundConstructor
public AWSEBElasticBeanstalkSetup(com.amazonaws.regions.Regions awsRegion,
                                                       String credentials,
                                                       String applicationName,
                                                       String environmentList,
                                                       String versionLabelFormat,
                                                       Boolean failOnError,
                                                       List<AWSEBSetup> extensions)
Method Detail

getExtensions

public List<AWSEBSetup> getExtensions()

getEnvironmentList

public String getEnvironmentList()

getEnvironments

public List<String> getEnvironments()

getAwsRegion

public com.amazonaws.regions.Regions getAwsRegion()

getApplicationName

public String getApplicationName()

getVersionLabelFormat

public String getVersionLabelFormat()

getFailOnError

public Boolean getFailOnError()

getCredentials

public AWSEBCredentials getCredentials()

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

getDescriptor

public AWSEBElasticBeanstalkSetup.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<AWSEBSetup>
Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<AWSEBSetup>

getDesc

public static AWSEBElasticBeanstalkSetup.DescriptorImpl getDesc()


Copyright © 2014-2015. All Rights Reserved.