Part of lp.bugs.interfaces.externalbugtracker View In Hierarchy
| Method | getBugReporter | Return the person who submitted the given bug. |
| Method | getBugSummaryAndDescription | Return the summary and description for the given bug. |
| Method | getBugTargetName | Return the specific target name of the bug. |
Inherited from IExternalBugTracker:
| Method | getExternalBugTrackerToUse | Return the ExternalBugTracker instance to use. |
| Method | getCurrentDBTime | Return the current time of the bug tracker's DB server. |
| Method | getModifiedRemoteBugs | Return the bug ids that have been modified. |
| Method | initializeRemoteBugDB | Do any initialization before each bug watch is updated. |
| Method | convertRemoteStatus | Convert a remote status string to a BugTaskStatus item. |
| Method | convertRemoteImportance | Convert a remote importance to a BugTaskImportance item. |
| Method | getRemoteProduct | Return the remote product for a given remote bug. |
| Returns | tuple of (display name, email) | |