com.syncapse.jenkinsci.plugins.awscloudformationwrapper
Class SimpleStackBean
java.lang.Object
hudson.model.AbstractDescribableImpl<SimpleStackBean>
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.SimpleStackBean
- All Implemented Interfaces:
- hudson.model.Describable<SimpleStackBean>
public class SimpleStackBean
- extends hudson.model.AbstractDescribableImpl<SimpleStackBean>
- 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 |
SimpleStackBean
@DataBoundConstructor
public SimpleStackBean(String stackName,
String awsAccessKey,
String awsSecretKey)
getStackName
public String getStackName()
getAwsAccessKey
public String getAwsAccessKey()
getAwsSecretKey
public String getAwsSecretKey()
getParsedAwsAccessKey
public String getParsedAwsAccessKey(hudson.EnvVars env)
getParsedAwsSecretKey
public String getParsedAwsSecretKey(hudson.EnvVars env)
Copyright © 2004-2011. All Rights Reserved.