Class StackBean

    • Constructor Detail

      • StackBean

        @DataBoundConstructor
        public StackBean​(String stackName,
                         String description,
                         String cloudFormationRecipe,
                         String parameters,
                         long timeout,
                         String awsAccessKey,
                         Secret awsSecretKey,
                         boolean autoDeleteStack,
                         Region awsRegion)
    • 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 Secret getAwsSecretKey()
      • getAutoDeleteStack

        public boolean getAutoDeleteStack()
      • getAwsRegion

        public Region getAwsRegion()
      • getParsedAwsAccessKey

        public String getParsedAwsAccessKey​(EnvVars env)
      • getParsedAwsSecretKey

        public String getParsedAwsSecretKey​(EnvVars env)