l.c.s.e.TipChanged(ScannerEvent) : class documentation

Part of lp.codehosting.scanner.events View In Hierarchy

The tip of the branch has changed.
Method __init__ Construct a TipChanged event.
Method old_tip_revision_id The tip revision id from the last scan.
Method new_tip_revision_id The new tip revision id from this scan.
Static Method composeWebhookPayload Undocumented
def __init__(self, db_branch, bzr_branch, initial_scan):
Construct a TipChanged event.
Parametersdb_branchThe database branch.
bzr_branchThe Bazaar branch.
initial_scanIs this the first scan of the branch?
@property
def old_tip_revision_id(self):
The tip revision id from the last scan.
@property
def new_tip_revision_id(self):
The new tip revision id from this scan.
@staticmethod
def composeWebhookPayload(branch, old_revid, new_revid):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.