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 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 credentials,
String applicationName,
String environmentList,
String versionLabelFormat,
Boolean failOnError,
List<AWSEBSetup> extensions)
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.