Part of lp.bugs.externalbugtracker.sourceforge View In Hierarchy
Method | initializeRemoteBugDB | See ExternalBugTracker . |
Method | getRemoteImportance | See ExternalBugTracker . |
Method | getRemoteStatus | See ExternalBugTracker . |
Method | convertRemoteImportance | See ExternalBugTracker . |
Method | convertRemoteStatus | See IExternalBugTracker . |
Method | getRemoteProduct | Return the remote product for a given bug. |
Method | _extractErrorMessage | Extract an error message from a SourceForge page and return it. |
ExternalBugTracker
.
We override this method because SourceForge does not provide a nice way for us to export bug statuses en masse. Instead, we resort to screen-scraping on a per-bug basis. Therefore the usual choice of batch vs. single export does not apply here and we only perform single exports.
ExternalBugTracker
.
This method is implemented here as a stub to ensure that existing functionality is preserved. As a result, UNKNOWN_REMOTE_IMPORTANCE will always be returned.