com.syncapse.jenkinsci.plugins.awscloudformationwrapper
Class SimpleStackBean

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

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

Author:
erickdovale

Nested Class Summary
static class SimpleStackBean.DescriptorImpl
           
 
Constructor Summary
SimpleStackBean(String stackName, String awsAccessKey, String awsSecretKey)
           
 
Method Summary
 String getAwsAccessKey()
           
 String getAwsSecretKey()
           
 String getParsedAwsAccessKey(hudson.EnvVars env)
           
 String getParsedAwsSecretKey(hudson.EnvVars env)
           
 String getStackName()
           
 
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

SimpleStackBean

@DataBoundConstructor
public SimpleStackBean(String stackName,
                                            String awsAccessKey,
                                            String awsSecretKey)
Method Detail

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.