| Modifier and Type | Method and Description |
|---|---|
Region |
StackBean.getAwsRegion() |
Region |
SimpleStackBean.getAwsRegion() |
Region |
PostBuildStackBean.getAwsRegion() |
static Region |
Region.getDefault() |
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CloudFormation(PrintStream logger,
String stackName,
Boolean isRecipeURL,
String recipeBody,
Map<String,String> parameters,
long timeout,
String awsAccessKey,
String awsSecretKey,
Region region,
boolean autoDeleteStack,
hudson.EnvVars envVars,
Boolean isPrefixSelected) |
CloudFormation(PrintStream logger,
String stackName,
Boolean isRecipeURL,
String recipeBody,
Map<String,String> parameters,
long timeout,
String awsAccessKey,
String awsSecretKey,
Region region,
hudson.EnvVars envVars,
Boolean isPrefixSelected,
long sleep) |
PostBuildStackBean(String stackName,
String description,
String cloudFormationRecipe,
String parameters,
long timeout,
String awsAccessKey,
String awsSecretKey,
Region awsRegion,
long sleep) |
SimpleStackBean(String stackName,
String awsAccessKey,
String awsSecretKey,
Region awsRegion,
Boolean isPrefixSelected) |
StackBean(String stackName,
String description,
String cloudFormationRecipe,
String parameters,
long timeout,
String awsAccessKey,
String awsSecretKey,
boolean autoDeleteStack,
Region awsRegion) |
Copyright © 2004-2016. All Rights Reserved.