public class AWSEBElasticBeanstalkSetup extends AWSEBSetup
Modifier and Type | Class and Description |
---|---|
static class |
AWSEBElasticBeanstalkSetup.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static AWSEBElasticBeanstalkSetup.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
AWSEBElasticBeanstalkSetup(com.amazonaws.regions.Regions awsRegion,
String awsRegionText,
String credentialsString,
String credentialsText,
String applicationName,
String versionLabelFormat,
String versionDescriptionFormat,
Boolean failOnError,
List<AWSEBSetup> extensions,
List<AWSEBSetup> envLookup) |
Modifier and Type | Method and Description |
---|---|
protected void |
addEnvIfMissing(AWSEBSetup ext) |
protected void |
addIfMissing(AWSEBSetup ext) |
AWSEBCredentials |
getActualcredentials(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
String |
getApplicationName() |
com.amazonaws.regions.Regions |
getAwsRegion() |
com.amazonaws.regions.Regions |
getAwsRegion(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
String |
getAwsRegionText() |
String |
getCredentialsString() |
String |
getCredentialsText() |
static AWSEBElasticBeanstalkSetup.DescriptorImpl |
getDesc() |
AWSEBElasticBeanstalkSetup.DescriptorImpl |
getDescriptor() |
hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> |
getEnvLookup() |
hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> |
getExtensions() |
Boolean |
getFailOnError() |
String |
getVersionDescriptionFormat() |
String |
getVersionLabelFormat() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
perform
@Extension public static final AWSEBElasticBeanstalkSetup.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public AWSEBElasticBeanstalkSetup(com.amazonaws.regions.Regions awsRegion, String awsRegionText, String credentialsString, String credentialsText, String applicationName, String versionLabelFormat, String versionDescriptionFormat, Boolean failOnError, List<AWSEBSetup> extensions, List<AWSEBSetup> envLookup)
public hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()
public hudson.util.DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getEnvLookup()
public Object readResolve()
protected void addEnvIfMissing(AWSEBSetup ext)
protected void addIfMissing(AWSEBSetup ext)
public String getAwsRegionText()
public com.amazonaws.regions.Regions getAwsRegion(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
public com.amazonaws.regions.Regions getAwsRegion()
public String getApplicationName()
public String getVersionLabelFormat()
public String getVersionDescriptionFormat()
public Boolean getFailOnError()
public String getCredentialsString()
public String getCredentialsText()
public AWSEBCredentials getActualcredentials(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws Exception
perform
in class AWSEBSetup
Exception
public AWSEBElasticBeanstalkSetup.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<AWSEBSetup>
getDescriptor
in class hudson.model.AbstractDescribableImpl<AWSEBSetup>
public static AWSEBElasticBeanstalkSetup.DescriptorImpl getDesc()
Copyright © 2014-2019. All Rights Reserved.