org.jenkinsci.plugins.awsbeanstalkpublisher.extensions
Class AWSEBElasticBeanstalkSetup
java.lang.Object
hudson.model.AbstractDescribableImpl<AWSEBSetup>
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBSetup
org.jenkinsci.plugins.awsbeanstalkpublisher.extensions.AWSEBElasticBeanstalkSetup
- All Implemented Interfaces:
- hudson.model.Describable<AWSEBSetup>
public class AWSEBElasticBeanstalkSetup
- extends AWSEBSetup
| 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 |
DESCRIPTOR
@Extension
public static final AWSEBElasticBeanstalkSetup.DescriptorImpl DESCRIPTOR
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)
getExtensions
public hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()
readResolve
public Object readResolve()
addIfMissing
protected void addIfMissing(AWSEBSetup ext)
throws IOException
- Throws:
IOException
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.