Class: BackupRepos::Performers::BitbucketGitRepository
- Inherits:
-
BaseGit
show all
- Defined in:
- lib/backup_repos/performers/bitbucket_git_repository.rb
Instance Attribute Summary
Attributes inherited from BaseGit
#options, #params
Instance Method Summary
collapse
Methods inherited from BaseGit
#backup, #initialize
Instance Method Details
#backup_path ⇒ Object
14
15
16
|
# File 'lib/backup_repos/performers/bitbucket_git_repository.rb', line 14
def backup_path
"#{full_name}.git"
end
|
#clone_url ⇒ Object
10
11
12
|
# File 'lib/backup_repos/performers/bitbucket_git_repository.rb', line 10
def clone_url
"[email protected]:#{full_name}.git"
end
|
6
7
8
|
# File 'lib/backup_repos/performers/bitbucket_git_repository.rb', line 6
def provider
'BitBucket'
end
|