com.syncapse.jenkinsci.plugins.awscloudformationwrapper
Class StackBean

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<StackBean>
      extended by com.syncapse.jenkinsci.plugins.awscloudformationwrapper.StackBean
All Implemented Interfaces:
hudson.model.Describable<StackBean>

public class StackBean
extends hudson.model.AbstractDescribableImpl<StackBean>

Author:
erickdovale

Nested Class Summary
static class StackBean.DescriptorImpl
           
 
Constructor Summary
StackBean(String stackName, String description, String cloudFormationRecipe, String parameters, long timeout, String awsAccessKey, String awsSecretKey, boolean autoDeleteStack)
           
 
Method Summary
 boolean getAutoDeleteStack()
           
 String getAwsAccessKey()
           
 String getAwsSecretKey()
           
 String getCloudFormationRecipe()
           
 String getDescription()
           
 String getParameters()
           
 Map<String,String> getParsedParameters(hudson.EnvVars env)
           
 String getStackName()
           
 long getTimeout()
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackBean

@DataBoundConstructor
public StackBean(String stackName,
                                      String description,
                                      String cloudFormationRecipe,
                                      String parameters,
                                      long timeout,
                                      String awsAccessKey,
                                      String awsSecretKey,
                                      boolean autoDeleteStack)
Method Detail

getStackName

public String getStackName()

getDescription

public String getDescription()

getCloudFormationRecipe

public String getCloudFormationRecipe()

getParameters

public String getParameters()

getTimeout

public long getTimeout()

getAwsAccessKey

public String getAwsAccessKey()

getAwsSecretKey

public String getAwsSecretKey()

getAutoDeleteStack

public boolean getAutoDeleteStack()

getParsedParameters

public Map<String,String> getParsedParameters(hudson.EnvVars env)


Copyright © 2004-2011. All Rights Reserved.