|
def | __init__ (self, name, git_checkout, git_url) |
|
def | fetch_next_commit (self, server_config, last_fetched) |
|
def | fetch_commit (self, server_config, hash_to_find) |
|
def | format_revision (self, revision) |
|
def | __init__ (self, name) |
|
def | fetch_commits_and_submit (self, server_config, max_fetch_count, max_ancestor_fetch_count) |
|
def | fetch_next_commit (self, server_config, last_fetched) |
|
def | fetch_commit (self, server_config, last_fetched) |
|
def | format_revision (self, revision) |
|
def | determine_last_reported_revision (self, server_config) |
|
def | fetch_revision_from_dasbhoard (self, server_config, filter) |
|
◆ __init__()
def sync-commits.GitRepository.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
git_checkout, |
|
|
|
git_url |
|
) |
| |
◆ fetch_commit()
def sync-commits.GitRepository.fetch_commit |
( |
|
self, |
|
|
|
server_config, |
|
|
|
hash_to_find |
|
) |
| |
◆ fetch_next_commit()
def sync-commits.GitRepository.fetch_next_commit |
( |
|
self, |
|
|
|
server_config, |
|
|
|
last_fetched |
|
) |
| |
◆ format_revision()
def sync-commits.GitRepository.format_revision |
( |
|
self, |
|
|
|
revision |
|
) |
| |
The documentation for this class was generated from the following file: