Part of lp.bugs.feed.bug View In Hierarchy
| Method | initialize | See IFeed. |
| Method | title | See IFeed. |
| Method | feed_id | See IFeed. |
| Method | _getRawItems | The list of bugs for this feed only has the single bug. |
Inherited from BugsFeedBase:
| 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 | link_self | See IFeed. |
| Method | site_url | See IFeed. |
| Method | link_alternate | 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. |