Class: Capistrano::Deploy::Strategy::UnsharedRemoteCache

Inherits:
RemoteCache show all
Defined in:
lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb

Instance Attribute Summary

Attributes inherited from Base

#configuration

Instance Method Summary collapse

Methods inherited from RemoteCache

#deploy!

Methods inherited from Remote

#deploy!

Methods inherited from Base

#deploy!, #initialize

Constructor Details

This class inherits a constructor from Capistrano::Deploy::Strategy::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Capistrano::Deploy::Strategy::Base

Instance Method Details

#check!Object



7
8
9
10
11
# File 'lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb', line 7

def check!
  super.check do |d|
    d.remote.writable(repository_cache)
  end
end