Part of lp.bugs.feed.bug View In Hierarchy
Bug feeds for a generic search.
Searches are of the form produced by an advanced bug search, e.g.
http://bugs.launchpad.test/bugs/+bugs.atom?field.searchtext=&
search=Search+Bug+Reports&field.scope=all&field.scope.target=
| Method | title | See IFeed. |
| Method | link_self | See IFeed. |
| Method | link_alternate | See IFeed. |
| Method | feed_id | See IFeed. |
| Method | _getRawItems | Perform the search. |
Inherited from BugsFeedBase:
| Method | initialize | See LaunchpadView. |
| Method | setupColumns | Set up the columns to be displayed in the feed. |
| Method | logo | See IFeed. |
| Method | getPublicRawItems | Private bugs are not to be shown in feeds. |
| Method | itemToFeedEntry | Convert the items to FeedEntries. |
| Method | renderHTML | See IFeed. |
| Method | getBugsFromBugTasks | Given a list of BugTasks return the list of associated bugs. |
| Method | _sortByDateCreated | Undocumented |
| Method | _getItemsWorker | Create the list of items. |
Inherited from FeedBase (via BugsFeedBase):
| Method | __init__ | Undocumented |
| Method | site_url | See IFeed. |
| Method | getItems | See IFeed. |
| Method | feed_format | See IFeed. |
| Method | icon | See IFeed. |
| Method | date_updated | See IFeed. |
| Method | render | See IFeed. |
| Method | renderAtom | See IFeed. |