Class: RHC::EmbeddedWizard

Inherits:
Wizard show all
Defined in:
lib/rhc/wizard.rb

Constant Summary

Constants inherited from Wizard

Wizard::APP_STAGES, Wizard::CONFIG_STAGES, Wizard::DEFAULT_MAX_LENGTH, Wizard::KEY_STAGES, Wizard::NAMESPACE_STAGES, Wizard::STAGES, Wizard::TEST_STAGES

Constants included from Helpers

Helpers::BOUND_WARNING, Helpers::PREFIX, Helpers::ROLES

Instance Attribute Summary

Attributes inherited from Wizard

#rest_client

Instance Method Summary collapse

Methods inherited from Wizard

has_configuration?, #initialize, #run

Methods included from GitHelpers

#git_clone_application, #git_clone_deploy_hooks, #git_clone_repo, #git_cmd, #git_config_get, #git_config_set, #git_remote_add, #git_version, #has_git?

Methods included from SSHHelpers

#check_ssh_executable!, #exe?, #fingerprint_for_default_key, #fingerprint_for_local_key, #generate_ssh_key_ruby, #has_ssh?, #restore_snapshot, #run_on_gears, #save_snapshot, #ssh_command_for_op, #ssh_key_triple_for, #ssh_key_triple_for_default_key, #ssh_keygen_fallback, #ssh_ruby, #ssh_send_file_ruby, #ssh_send_url_ruby, #ssh_version, #table_from_gears

Methods included from Helpers

#agree, #certificate_file, #client_from_options, #collect_env_vars, #color, #confirm_action, #date, #datetime_rfc3339, #debug, #debug?, #debug_error, #decode_json, #deprecated, #deprecated_command, #disable_deprecated?, #distance_of_time_in_words, #env_var_regex_pattern, #error, #exec, #host_exists?, #hosts_file_contains?, #human_size, #info, #interactive?, #jruby?, #mac?, #openshift_online_server?, #openshift_rest_endpoint, #openshift_server, #openshift_url, #pluralize, #results, #role_name, #run_with_tee, #ssh_string, #ssh_string_parts, #ssl_options, #success, #system_path, #table_heading, #to_host, #to_uri, #token_for_user, #unix?, #user_agent, #warn, #windows?, #with_tolerant_encoding

Methods included from OutputHelpers

#default_display_env_var, #display_app, #display_app_configurations, #display_authorization, #display_cart, #display_cart_storage_info, #display_cart_storage_list, #display_deployment, #display_deployment_list, #display_domain, #display_env_var_list, #display_key, #display_team, #format_cart_gears, #format_cart_header, #format_gear_info, #format_key_header, #format_scaling_info, #format_usage_message

Constructor Details

This class inherits a constructor from RHC::Wizard

Instance Method Details

#finalize_stageObject



600
601
602
# File 'lib/rhc/wizard.rb', line 600

def finalize_stage
  true
end

#stagesObject



596
597
598
# File 'lib/rhc/wizard.rb', line 596

def stages
  super - APP_STAGES - KEY_STAGES - [:setup_test_stage]
end