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 awsRegionText, String credentials, String applicationName, String versionLabelFormat, Boolean failOnError, List<AWSEBSetup> extensions, List<AWSEBSetup> envLookup)
           
 
Method Summary
protected  void addEnvIfMissing(AWSEBSetup ext)
           
protected  void addIfMissing(AWSEBSetup ext)
           
 String getApplicationName()
           
 com.amazonaws.regions.Regions getAwsRegion()
           
 com.amazonaws.regions.Regions getAwsRegion(hudson.model.AbstractBuild<?,?> build)
           
 String getAwsRegionText()
           
 AWSEBCredentials getCredentials()
           
static AWSEBElasticBeanstalkSetup.DescriptorImpl getDesc()
           
 AWSEBElasticBeanstalkSetup.DescriptorImpl getDescriptor()
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getEnvLookup()
           
 hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()
           
 Boolean getFailOnError()
           
 String getVersionLabelFormat()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 Object readResolve()
           
 
Methods inherited from class org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
perform
 
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 awsRegionText,
                                                       String credentials,
                                                       String applicationName,
                                                       String versionLabelFormat,
                                                       Boolean failOnError,
                                                       List<AWSEBSetup> extensions,
                                                       List<AWSEBSetup> envLookup)
Method Detail

getExtensions

public hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()

getEnvLookup

public hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getEnvLookup()

readResolve

public Object readResolve()

addEnvIfMissing

protected void addEnvIfMissing(AWSEBSetup ext)

addIfMissing

protected void addIfMissing(AWSEBSetup ext)

getAwsRegionText

public String getAwsRegionText()

getAwsRegion

public com.amazonaws.regions.Regions getAwsRegion(hudson.model.AbstractBuild<?,?> build)

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 boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws Exception
Overrides:
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.