Class: Chef::Provider::Deploy::Revision
- Inherits:
-
Chef::Provider::Deploy
- Object
- Chef::Provider
- Chef::Provider::Deploy
- Chef::Provider::Deploy::Revision
- Defined in:
- lib/chef/provider/deploy/revision.rb
Instance Attribute Summary
Attributes inherited from Chef::Provider::Deploy
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_shared_db_config_to_current_release, #link_tempfiles_to_current_release, #load_current_resource, #migrate, #purge_tempfiles_from_current_release, #restart, #run, #sudo, #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
Methods inherited from Chef::Provider
#action_nothing, build_from_file, #initialize, #load_current_resource
Methods included from Mixin::ConvertToClassName
#convert_to_class_name, #filename_to_qualified_string
Methods included from Mixin::RecipeDefinitionDSLCore
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_releases ⇒ Object
24 25 26 |
# File 'lib/chef/provider/deploy/revision.rb', line 24 def all_releases sorted_releases end |