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

public class PostBuildStackBean extends AbstractDescribableImpl<PostBuildStackBean>
Author:
erickdovale
  • Constructor Details

    • PostBuildStackBean

      @DataBoundConstructor public PostBuildStackBean(String stackName, String description, String cloudFormationRecipe, String parameters, long timeout, String awsAccessKey, Secret awsSecretKey, Region awsRegion, long sleep)
  • Method Details

    • 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 Secret getAwsSecretKey()
    • getSleep

      public long getSleep()
    • getAwsRegion

      public Region getAwsRegion()
    • getParsedParameters

      public Map<String,String> getParsedParameters(EnvVars env)
    • getParsedAwsAccessKey

      public String getParsedAwsAccessKey(EnvVars env)
    • getParsedAwsSecretKey

      public String getParsedAwsSecretKey(EnvVars env)