Uses of Class
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.Region

Uses of Region in com.syncapse.jenkinsci.plugins.awscloudformationwrapper
 

Methods in com.syncapse.jenkinsci.plugins.awscloudformationwrapper that return Region
 Region StackBean.getAwsRegion()
           
 Region SimpleStackBean.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.
 

Constructors in com.syncapse.jenkinsci.plugins.awscloudformationwrapper with parameters of type Region
CloudFormation(PrintStream logger, String stackName, String recipeBody, Map<String,String> parameters, long timeout, String awsAccessKey, String awsSecretKey, Region region, boolean autoDeleteStack, hudson.EnvVars envVars)
           
SimpleStackBean(String stackName, String awsAccessKey, String awsSecretKey, Region awsRegion)
           
StackBean(String stackName, String description, String cloudFormationRecipe, String parameters, long timeout, String awsAccessKey, String awsSecretKey, boolean autoDeleteStack, Region awsRegion)
           
 



Copyright © 2004-2013. All Rights Reserved.