|
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.Repository.__init__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ determine_last_reported_revision()
def sync-commits.Repository.determine_last_reported_revision |
( |
|
self, |
|
|
|
server_config |
|
) |
| |
◆ fetch_commit()
def sync-commits.Repository.fetch_commit |
( |
|
self, |
|
|
|
server_config, |
|
|
|
last_fetched |
|
) |
| |
◆ fetch_commits_and_submit()
def sync-commits.Repository.fetch_commits_and_submit |
( |
|
self, |
|
|
|
server_config, |
|
|
|
max_fetch_count, |
|
|
|
max_ancestor_fetch_count |
|
) |
| |
◆ fetch_next_commit()
def sync-commits.Repository.fetch_next_commit |
( |
|
self, |
|
|
|
server_config, |
|
|
|
last_fetched |
|
) |
| |
◆ fetch_revision_from_dasbhoard()
def sync-commits.Repository.fetch_revision_from_dasbhoard |
( |
|
self, |
|
|
|
server_config, |
|
|
|
filter |
|
) |
| |
◆ format_revision()
def sync-commits.Repository.format_revision |
( |
|
self, |
|
|
|
revision |
|
) |
| |
The documentation for this class was generated from the following file: