l.c.f.b.BranchFeed(BranchFeedBase) : class documentation

Part of lp.code.feed.branch View In Hierarchy

Feed for single branch.

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.
def initialize(self):
See IFeed.
@property
def title(self):
See IFeed.
def _getRawItems(self):
Get the raw set of items for the feed.

For a BranchFeed the items are the revisions for the branch.

def _getItemsWorker(self):
Create the list of items.

Called by getItems which may cache the results.

def itemToFeedEntry(self, rev):
See IFeed.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.