Part of lp.buildmaster.interfaces.buildfarmjob View In Hierarchy
| Method | getBuildsForBuilder | Return IBuildFarmJob records touched by a builder. |
| Method | getBuildsForArchive | Return IBuildFarmJob records targeted to a given IArchive. |
IBuildFarmJob records touched by a builder.| Parameters | builder_id | The id of the builder for which to find builds. |
| status | If given, limit the search to builds with this status. | |
| user | If given, this will be used to determine private builds that should be included. | |
| Returns | a ResultSet representing the requested builds. | |
IBuildFarmJob records targeted to a given IArchive.| Parameters | archive | The archive for which builds will be returned. |
| status | If status is provided, only builders with that status will be returned. | |
| Returns | a ResultSet representing the requested IBuildFarmJobs. | |