l.b.m.b.BugLinkTargetMixin : class documentation

Part of lp.bugs.model.buglinktarget View In Hierarchy

Known subclasses: lp.answers.model.question.Question, lp.blueprints.model.specification.Specification, lp.bugs.model.cve.Cve, lp.code.model.branchmergeproposal.BranchMergeProposal

Mixin class for IBugLinkTarget implementation.
Method createBugLink Subclass should override that method to create a BugLink instance.
Method deleteBugLink Subclass should override that method to delete a BugLink instance.
Method linkBug See IBugLinkTarget.
Method unlinkBug See IBugLinkTarget.
def createBugLink(self, bug, props=None):
Subclass should override that method to create a BugLink instance.
def deleteBugLink(self, bug):
Subclass should override that method to delete a BugLink instance.
def linkBug(self, bug, user=None, check_permissions=True, props=None):
See IBugLinkTarget.
def unlinkBug(self, bug, user=None, check_permissions=True):
See IBugLinkTarget.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.