b.b.UniqueIntegerBugTracker(IntegerBugTracker) : class documentation

Part of bzrlib.bugtracker View In Hierarchy

A style of bug tracker that exists in one place only, such as Launchpad.

If you have one of these trackers then register an instance passing in an abbreviated name for the bug tracker and a base URL. The bug ids are appended directly to the URL.

Method __init__ Undocumented
Method get Returns the tracker if the abbreviation matches. Returns None
Method _get_bug_url Return the URL for bug_id.

Inherited from IntegerBugTracker:

Method check_bug_id Check that the bug_id is valid.

Inherited from BugTracker (via IntegerBugTracker):

Method get_bug_url Return the URL for bug_id. Raise an error if bug ID is malformed.
def __init__(self, abbreviated_bugtracker_name, base_url):
Undocumented
def get(self, abbreviated_bugtracker_name, branch):
Returns the tracker if the abbreviation matches. Returns None otherwise.
def _get_bug_url(self, bug_id):
Return the URL for bug_id.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.