Part of lp.bugs.interfaces.externalbugtracker View In Hierarchy
| Method | fetchComments | Load a given set of remote comments, ready for parsing. |
| Method | getCommentIds | Return all the comment IDs for a given remote bug. |
| Method | getPosterForComment | Return a tuple of (name, emailaddress) for a comment's poster. |
| Method | getMessageForComment | Return an IMessage instance for a comment. |
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. |
| Parameters | remote_bug_id | The ID of the remote bug from which to
fetch comments. (type: See IBugWatch.remotebug.) |
| comment_ids | A list of the IDs of the comments to load. |
| Parameters | remote_bug_id | The ID of the remote bug from which
comments should be imported. (type: See IBugWatch.remotebug.) |
| Returns | A list of strings, each of which is the ID of one comment on the remote bug. | |
| Parameters | remote_bug_id | The ID of the remote bug from which
comments have been imported. (type: See IBugWatch.remotebug.) |
| comment_id | A string representing the remote comment ID from which the poster's details should be extracted. |
IMessage instance for a comment.| Parameters | remote_bug_id | The ID of the remote bug from which
comments have been imported. (type: See IBugWatch.remotebug.) |
| comment_id | A string representing the remote comment ID
from which the returned IMessage should be created. |