Part of lp.bugs.model.bugtracker View In Hierarchy
Each BugTracker is a distinct instance of that bug tracking tool. For example, each Bugzilla deployment is a separate BugTracker. bugzilla.mozilla.org and bugzilla.gnome.org are each distinct BugTrackers.
| Method | latestwatches | See IBugTracker. |
| Method | multi_product | Return True if this BugTracker tracks multiple projects. |
| Method | getBugFilingAndSearchLinks | See IBugTracker. |
| Method | getBugsWatching | See IBugTracker. |
| Method | watches_ready_to_check | Undocumented |
| Method | watches_with_unpushed_comments | Undocumented |
| Method | watches_needing_update | All watches needing some sort of update. |
| Method | imported_bug_messages | See IBugTracker. |
| Method | getLinkedPersonByName | Return the Person with a given name on this bugtracker. |
| Method | linkPersonToSelf | See IBugTrackerSet. |
| Method | ensurePersonForSelf | Return a Person that is linked to this bug tracker. |
| Method | resetWatches | See IBugTracker. |
| Method | addRemoteComponentGroup | See IBugTracker. |
| Method | getAllRemoteComponentGroups | See IBugTracker. |
| Method | getRemoteComponentGroup | See IBugTracker. |
| Method | getRemoteComponentForDistroSourcePackageName | See IBugTracker. |
| Method | getRelatedPillars | See IBugTracker. |
| Method | _custom_filing_url_patterns | Return a dict of bugtracker-specific bugfiling URL patterns. |
| Method | _get_aliases | See IBugTracker.aliases. |
| Method | _set_aliases | See IBugTracker.aliases. |
Inherited from SQLBase:
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | __repr__ | Undocumented |
| Method | destroySelf | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |
IBugTracker.| Returns | The union of watches_ready_to_check and
watches_with_unpushed_comments. | |