Part of lp.code.interfaces.branchcollection View In Hierarchy
IBranchCollection representing all branches in Launchpad.Inherited from IBranchCollection:
| Method | count | The number of branches in this collection. |
| Method | is_empty | Is this collection empty? |
| Method | ownerCounts | Return the number of different branch owners. |
| Method | getBranches | Return a result set of all branches in this collection. |
| Method | getBranchIds | Return a result set of all branch ids in this collection. |
| Method | getMergeProposals | Return a result set of merge proposals for the branches in this |
| Method | getMergeProposalsForPerson | Proposals for person. |
| Method | getMergeProposalsForReviewer | Return a result set of merge proposals for the given reviewer. |
| Method | getExtendedRevisionDetails | Return information about the specified revisions on a branch. |
| Method | getTeamsWithBranches | Return the teams that person is a member of that have branches. |
| Method | inProduct | Restrict the collection to branches in 'product'. |
| Method | inProjectGroup | Restrict the collection to branches in 'projectgroup'. |
| Method | inSourcePackage | Restrict the collection to branches in 'package'. |
| Method | inDistribution | Restrict the collection to branches in 'distribution'. |
| Method | inDistroSeries | Restrict the collection to branches in 'distro_series'. |
| Method | inDistributionSourcePackage | Restrict to branches in a 'package' for a 'distribution'. |
| Method | linkedToBugs | Restrict to branches linked to bugs. |
| Method | officialBranches | Restrict to branches that are official for some source package. |
| Method | isJunk | Restrict the collection to junk branches. |
| Method | isPrivate | Restrict the collection to private branches. |
| Method | isExclusive | Restrict the collection to branches owned by exclusive people. |
| Method | isSeries | Restrict the collection to branches those linked to series. |
| Method | ownedBy | Restrict the collection to branches owned by 'person'. |
| Method | ownedByTeamMember | Restrict the collection to branches owned by 'person' or a team |
| Method | registeredBy | Restrict the collection to branches registered by 'person'. |
| Method | search | Search the collection for branches matching 'term'. |
| Method | scanned | Restrict the collection to branches that have been scanned. |
| Method | subscribedBy | Restrict the collection to branches subscribed to by 'person'. |
| Method | visibleByUser | Restrict the collection to branches that person is allowed to see. |
| Method | withBranchType | Restrict the collection to branches with the given branch types. |
| Method | withLifecycleStatus | Restrict the collection to branches with the given statuses. |
| Method | modifiedSince | Restrict the collection to branches modified since epoch. |
| Method | scannedSince | Restrict the collection to branches scanned since epoch. |
| Method | targetedBy | Restrict the collection to branches targeted by person. |
| Method | withIds | Restrict the collection to branches with the specified ids. |