com.syncapse.jenkinsci.plugins.awscloudformationwrapper
Class StackBean
java.lang.Object
hudson.model.AbstractDescribableImpl<StackBean>
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.StackBean
- All Implemented Interfaces:
- hudson.model.Describable<StackBean>
public class StackBean
- extends hudson.model.AbstractDescribableImpl<StackBean>
- Author:
- erickdovale
| 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 |
StackBean
@DataBoundConstructor
public StackBean(String stackName,
String description,
String cloudFormationRecipe,
String parameters,
long timeout,
String awsAccessKey,
String awsSecretKey,
boolean autoDeleteStack)
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.