Class Index [+]

Quicksearch

Capistrano::Deploy::Strategy::UnsharedRemoteCache

Public Instance Methods

check!() click to toggle source
    # File lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb, line 7
 7:         def check!
 8:           super.check do |d|
 9:             d.remote.writable(repository_cache)
10:           end
11:         end

Private Instance Methods

repository_cache() click to toggle source
    # File lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb, line 15
15:         def repository_cache
16:           configuration[:repository_cache]
17:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.