Class: Jets::Cfn::Rollback

Inherits:
Stack
  • Object
show all
Defined in:
lib/jets/cfn/rollback.rb

Instance Method Summary collapse

Methods inherited from Stack

#check_stack_exist!, #initialize, #stack_name

Methods included from Stack::Deployable

#check_deployable!

Methods included from Stack::Rollback

#continue_update_rollback!, #delete_rollback_complete!, #rollback_complete?, #update_rollback_failed?

Methods included from Util::Logging

#log

Methods included from AwsServices::AwsHelpers

#find_stack

Methods included from AwsServices

#apigateway, #aws_options, #cfn, #codebuild, #dynamodb, #lambda_client, #logs, #s3, #s3_resource, #sns, #sqs, #ssm, #sts, #wafv2

Methods included from AwsServices::StackStatus

#output_value, #stack_exists?

Methods included from AwsServices::GlobalMemoist

included, #reset_cache!

Constructor Details

This class inherits a constructor from Jets::Cfn::Stack

Instance Method Details

#runObject



3
4
5
6
# File 'lib/jets/cfn/rollback.rb', line 3

def run
  check_deployable!
  Jets::Remote::Runner.new(@options.merge(dummy: true, command: "rollback")).run
end