b.b.BugTracker(object) : class documentation

Part of bzrlib.bugtracker View In Hierarchy

Known subclasses: bzrlib.bugtracker.IntegerBugTracker, bzrlib.bugtracker.URLParametrizedBugTracker

Base class for bug trackers.
Method check_bug_id Check that the bug_id is valid.
Method get_bug_url Return the URL for bug_id. Raise an error if bug ID is malformed.
Method _get_bug_url Given a validated bug_id, return the bug's web page's URL.
def check_bug_id(self, bug_id):
Check that the bug_id is valid.

The base implementation assumes that all bug_ids are valid.

def get_bug_url(self, bug_id):
Return the URL for bug_id. Raise an error if bug ID is malformed.
def _get_bug_url(self, bug_id):
Given a validated bug_id, return the bug's web page's URL.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.