Class: Solano::StubSCM

Inherits:
SCM
  • Object
show all
Defined in:
lib/solano/scm/scm_stub.rb

Constant Summary

Constants inherited from SCM

Solano::SCM::SCMS

Instance Attribute Summary

Attributes inherited from SCM

#default_origin_url

Instance Method Summary collapse

Methods inherited from SCM

#changes?, #commits, configure, #create_patch, #create_snapshot, #current_branch, #current_commit, #default_branch, #get_snap_id, #ignore_path, #latest_commit, #number_of_commits, #origin_url, parse_scp_url, #push_latest, #repo?, #repo_name, #root, #scm_name, scp_url?, #support_data, #upload_file, valid_repo_url?, without_scheme

Constructor Details

#initializeStubSCM

Returns a new instance of StubSCM.



5
6
7
# File 'lib/solano/scm/scm_stub.rb', line 5

def initialize
  super
end