l.c.m.b.MergeProposalUpdatedEmailJob(BranchMergeProposalJobDerived) : class documentation

Part of lp.code.model.branchmergeproposaljob View In Hierarchy

Send email to the subscribers informing them of updated fields.

When attributes of the merge proposal are edited, we inform the subscribers.

Method run See IRunnableJob.
Class Method create See IReviewRequestedEmailJobSource.
Static Method getMetadata Undocumented
Method editor The person who updated the merge proposal.
Method delta_text The changes that were made to the merge proposal.
Method getOopsVars See IRunnableJob.
Method getErrorRecipients Return a list of email-ids to notify about user errors.
Method getOperationDescription Undocumented

Inherited from BranchMergeProposalJobDerived:

Method __init__ Undocumented
Method __repr__ Undocumented
Class Method get Get a job by id.
Class Method iterReady Iterate through all ready BranchMergeProposalJobs.
Class Method _create Undocumented

Inherited from BaseRunnableJob (via BranchMergeProposalJobDerived):

Method __eq__ Undocumented
Method __ne__ Undocumented
Method __lt__ Undocumented
Method getOopsRecipients Return a list of email-ids to notify about oopses.
Method getOopsMailController Return a MailController for notifying people about oopses.
Method getUserErrorMailController Return a MailController for notifying about user errors.
Method notifyOops Report this oops.
Method notifyUserError See IRunnableJob.
Method makeOopsReport Generate an OOPS report using the given OOPS configuration.
Method acquireLease Undocumented
Method taskId Return a task ID that gives a clue what this job is about.
Method runViaCelery Request that this job be run via celery.
Method getDBClass Undocumented
Method celeryCommitHook Hook function to call when a commit completes.
Method celeryRunOnCommit Configure transaction so that commit runs this job via Celery.
Method queue See IJob.

Inherited from BaseRunnableJobSource (via BranchMergeProposalJobDerived, BaseRunnableJob):

Static Method contextManager Undocumented
def run(self):
See IRunnableJob.
@classmethod
def create(cls, merge_proposal, delta_text, editor):
See IReviewRequestedEmailJobSource.
@staticmethod
def getMetadata(delta_text, editor):
Undocumented
@property
def editor(self):
The person who updated the merge proposal.
@property
def delta_text(self):
The changes that were made to the merge proposal.
def getOopsVars(self):
See IRunnableJob.
def getErrorRecipients(self):
Return a list of email-ids to notify about user errors.
def getOperationDescription(self):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.