Part of lp.bugs.externalbugtracker.trac View In Hierarchy
| Method | __init__ | Undocumented |
| Method | makeRequest | See ExternalBugTracker. |
| Method | initializeRemoteBugDB | See IExternalBugTracker. |
| Method | getCurrentDBTime | See IExternalBugTracker. |
| Method | getModifiedRemoteBugs | See IExternalBugTracker. |
| Method | getCommentIds | See ISupportsCommentImport. |
| Method | fetchComments | See ISupportsCommentImport. |
| Method | getPosterForComment | See ISupportsCommentImport. |
| Method | getMessageForComment | See ISupportsCommentImport. |
| Method | addRemoteComment | See ISupportsCommentPushing. |
| Method | getLaunchpadBugId | Return the Launchpad bug for a given remote bug. |
| Method | setLaunchpadBugId | Set the Launchpad bug ID for a given remote bug. |
| Method | _generateAuthenticationToken | Create an authentication token and return it. |
| Method | _authenticate | Authenticate with the Trac instance. |
Inherited from Trac:
| Method | getExternalBugTrackerToUse | See IExternalBugTracker. |
| Method | supportsSingleExports | Return True if the Trac instance provides CSV exports for single |
| Method | getRemoteBug | See ExternalBugTracker. |
| Method | getRemoteBugBatch | See ExternalBugTracker. |
| Method | getRemoteImportance | See ExternalBugTracker. |
| Method | getRemoteStatus | Return the remote status for the given bug id. |
| Method | convertRemoteImportance | See ExternalBugTracker. |
| Method | convertRemoteStatus | See IExternalBugTracker |
| Method | _fetchBugData | Retrieve the CSV bug data from a URL and return it. |
IExternalBugTracker.IExternalBugTracker.