b.b.URLParametrizedBugTracker(BugTracker) : class documentation

Part of bzrlib.bugtracker View In Hierarchy

Known subclasses: bzrlib.bugtracker.GenericBugTracker, bzrlib.bugtracker.URLParametrizedIntegerBugTracker

A type of bug tracker that can be found on a variety of different sites, and thus needs to have the base URL configured.

Looks for a config setting in the form '<type_name>_<abbreviation>_url'. type_name is the name of the type of tracker and abbreviation is a short name for the particular instance.

Method get Undocumented
Method __init__ Undocumented
Method _get_bug_url Return a URL for a bug on this Trac instance.

Inherited from BugTracker:

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.
def get(self, abbreviation, branch):
Undocumented
def __init__(self, type_name, bug_area):
Undocumented
def _get_bug_url(self, bug_id):
Return a URL for a bug on this Trac instance.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.