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(AbstractBuild<?,?> build,
BuildListener listener) |
String |
getApplicationName() |
com.amazonaws.regions.Regions |
getAwsRegion() |
com.amazonaws.regions.Regions |
getAwsRegion(AbstractBuild<?,?> build,
BuildListener listener) |
String |
getAwsRegionText() |
String |
getCredentialsString() |
String |
getCredentialsText() |
static AWSEBElasticBeanstalkSetup.DescriptorImpl |
getDesc() |
AWSEBElasticBeanstalkSetup.DescriptorImpl |
getDescriptor() |
DescribableList<AWSEBSetup,AWSEBSetupDescriptor> |
getEnvLookup() |
DescribableList<AWSEBSetup,AWSEBSetupDescriptor> |
getExtensions() |
Boolean |
getFailOnError() |
String |
getVersionDescriptionFormat() |
String |
getVersionLabelFormat() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
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 DescribableList<AWSEBSetup,AWSEBSetupDescriptor> getExtensions()
public 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(AbstractBuild<?,?> build, 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(AbstractBuild<?,?> build, BuildListener listener)
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws Exception
perform in class AWSEBSetupExceptionpublic AWSEBElasticBeanstalkSetup.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<AWSEBSetup>getDescriptor in class AbstractDescribableImpl<AWSEBSetup>public static AWSEBElasticBeanstalkSetup.DescriptorImpl getDesc()
Copyright © 2014–2026. All rights reserved.