Part of lp.code.interfaces.seriessourcepackagebranch View In Hierarchy
| Method | findForBranch | Get the links to source packages from a branch. |
| Method | findForBranches | Get the links to source packages from a branch. |
| Method | findForSourcePackage | Get the links to branches from a source package. |
| Method | findForDistributionSourcePackage | Get the links to branches for a distribution source package. |
| Parameters | branch | An IBranch. |
| Returns | An IResultSet of ISeriesSourcePackageBranch objects. | |
| Parameters | branches | A an iterable of IBranch. |
| Returns | An IResultSet of ISeriesSourcePackageBranch objects. | |
| Parameters | sourcepackage | An ISourcePackage. |
| Returns | An IResultSet of ISeriesSourcePackageBranch objects. | |
| Parameters | distrosourcepackage | An IDistributionSourcePackage. |
| Returns | An IResultSet of ISeriesSourcePackageBranch objects. | |