Class: Capistrano::Deploy::Strategy::Checkout

Inherits:
Remote
  • Object
show all
Defined in:
lib/capistrano/recipes/deploy/strategy/checkout.rb

Overview

Implements the deployment strategy which does an SCM checkout on each target host. This is the default deployment strategy for Capistrano.

Instance Attribute Summary

Attributes inherited from Base

#configuration

Method Summary

Methods inherited from Remote

#check!, #deploy!

Methods inherited from Base

#check!, #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