Part of lp.code.interfaces.branchmergequeue View In Hierarchy
Known implementations: lp.code.model.branchmergequeue.BranchMergeQueueSet
| Method | getByName | Return the BranchMergeQueue with the specified name. |
| Method | getForBranch | Get a BranchMergeQueue for the specified branch. |
| Method | newMultiBranchMergeQueue | Create a new MultiBranchMergeQueue. |
| Parameters | queue_name | The name of the multi-branch merge queue. (type: String.) |
| Raises | NotFoundError | if a queue with the specified name does not exist. |
BranchMergeQueue for the specified branch.
If the branch has defined that the queue for the branch is a multi-branch queue, then that queue is returned.
| Parameters | branch | The branch to get the queue for. (type: IBranch.) |
| Raises | NotUsingBranchMergeQueues | If the branch has said that it is not using Launchpad merge queues, an exception. |