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

#release_path, #scm_provider

Attributes inherited from Chef::Provider

#current_resource, #new_resource, #node

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, #deploy, #enforce_ownership, #initialize, #link_current_release_to_production, #link_tempfiles_to_current_release, #load_current_resource, #migrate, #purge_tempfiles_from_current_release, #restart, #run, #run_scm_sync, #run_symlinks_before_migrate, #sudo, #svn_force_export, #symlink, #update_cached_repo

Methods included from Mixin::Command

handle_command_failures, not_if, only_if, output_of_command, popen4, run_command, run_command_with_systems_locale

Methods included from Mixin::FromFile

#class_from_file, #from_file

Methods inherited from Chef::Provider

#action_nothing, build_from_file, #initialize, #load_current_resource

Methods included from Mixin::ConvertToClassName

#convert_to_class_name, #convert_to_snake_case, #filename_to_qualified_string

Methods included from Mixin::RecipeDefinitionDSLCore

#method_missing

Methods included from Mixin::Language

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

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



24
25
26
# File 'lib/chef/provider/deploy/revision.rb', line 24

def all_releases
  sorted_releases
end