Part of lp.code.feed.branch View In Hierarchy
Unlike the other branch feeds, where the feed entries were the various branches for that object, the feed for a single branch has as entries the latest revisions for that branch.
| Method | initialize | See IFeed. |
| Method | title | See IFeed. |
| Method | itemToFeedEntry | See IFeed. |
| Method | _getRawItems | Get the raw set of items for the feed. |
| Method | _getItemsWorker | Create the list of items. |
Inherited from BranchFeedBase:
| Method | logo | See IFeed. |
| Method | getPublicRawItems | Private branchess are not to be shown in feeds. |
Inherited from FeedBase (via BranchFeedBase):
| Method | __init__ | Undocumented |
| Method | link_self | See IFeed. |
| Method | site_url | See IFeed. |
| Method | link_alternate | See IFeed. |
| Method | feed_id | 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. |
| Method | renderHTML | See IFeed. |
For a BranchFeed the items are the revisions for the branch.
Called by getItems which may cache the results.