Class: Chef::Provider::Deploy::Revision

Inherits:
Chef::Provider::Deploy show all
Defined in:
lib/chef/provider/deploy/revision.rb

Instance Attribute Summary

Attributes inherited from Chef::Provider::Deploy

#previous_release_path, #release_path, #scm_provider

Attributes inherited from Chef::Provider

#action, #current_resource, #new_resource, #run_context

Instance Method Summary collapse

Methods inherited from Chef::Provider::Deploy

#action_deploy, #action_force_deploy, #action_rollback, #callback, #cleanup!, #copy_cached_repo, #create_dirs_before_symlink, #define_resource_requirements, #deploy, #enforce_ownership, #initialize, #link_current_release_to_production, #link_tempfiles_to_current_release, #load_current_resource, #migrate, #purge_tempfiles_from_current_release, #restart, #rollback, #rollback_to, #run, #run_scm_sync, #run_symlinks_before_migrate, #sudo, #svn_force_export, #symlink, #update_cached_repo, #verify_directories_exist, #whyrun_supported?

Methods included from Mixin::Command

#chdir_or_tmpdir, #handle_command_failures, #output_of_command, #run_command, #run_command_with_systems_locale

Methods included from Mixin::Command::Windows

#popen4

Methods included from Mixin::Command::Unix

#popen4

Methods included from Mixin::FromFile

#class_from_file, #from_file

Methods included from Mixin::RecipeDefinitionDSLCore

#method_missing

Methods included from Mixin::Language

#data_bag, #data_bag_item, #platform?, #platform_family?, #search, #value_for_platform, #value_for_platform_family

Methods included from Mixin::ConvertToClassName

#convert_to_class_name, #convert_to_snake_case, #filename_to_qualified_string, #snake_case_basename

Methods inherited from Chef::Provider

#action_nothing, build_from_file, #cleanup_after_converge, #converge, #cookbook_name, #define_resource_requirements, #events, #initialize, #load_current_resource, #node, #process_resource_requirements, #requirements, #resource_collection, #run_action, #whyrun_mode?, #whyrun_supported?

Methods included from Mixin::EnforceOwnershipAndPermissions

#access_controls, #enforce_ownership_and_permissions

Constructor Details

This class inherits a constructor from Chef::Provider::Deploy

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Chef::Mixin::RecipeDefinitionDSLCore

Instance Method Details

#all_releasesObject



31
32
33
# File 'lib/chef/provider/deploy/revision.rb', line 31

def all_releases
  sorted_releases
end