l.c.i.b.IHasLinkedBranches(Interface) : interface documentation

Part of lp.code.interfaces.branchlink View In Hierarchy

Known subclasses: lp.blueprints.interfaces.specification.ISpecificationView, lp.bugs.interfaces.webservice.IBug

A interface for handling branch linkages.
Method linkBranch Associate a branch with this bug.
Method unlinkBranch Unlink a branch from this bug.
@call_with(REQUEST_USER)
@operation_parameters(Reference(IBranch))
@export_write_operation()
@operation_for_version('beta')
def linkBranch(branch, registrant):
Associate a branch with this bug.
ParametersbranchThe branch being linked to.
registrantThe user linking the branch.
@call_with(REQUEST_USER)
@operation_parameters(Reference(IBranch))
@export_write_operation()
@operation_for_version('beta')
def unlinkBranch(branch, user):
Unlink a branch from this bug.
ParametersbranchThe branch being unlinked from.
userThe user unlinking the branch.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.