Class PostBuildStackBean

    • Constructor Detail

      • PostBuildStackBean

        @DataBoundConstructor
        public PostBuildStackBean​(String stackName,
                                  String description,
                                  String cloudFormationRecipe,
                                  String parameters,
                                  long timeout,
                                  String awsAccessKey,
                                  Secret awsSecretKey,
                                  Region awsRegion,
                                  long sleep)
    • 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()
      • getSleep

        public long getSleep()
      • getAwsRegion

        public Region getAwsRegion()
      • getParsedAwsAccessKey

        public String getParsedAwsAccessKey​(EnvVars env)
      • getParsedAwsSecretKey

        public String getParsedAwsSecretKey​(EnvVars env)