Part of lp.code.interfaces.sourcepackagerecipebuild View In Hierarchy
| Method | new | Create an ISourcePackageRecipeBuild. |
| Method | makeDailyBuilds | Create and return builds for stale ISourcePackageRecipes. |
Inherited from ISpecificBuildFarmJobSource:
| Method | getByID | Look up a concrete IBuildFarmJob by ID. |
| Method | getByBuildFarmJobs | "Look up the concrete `IBuildFarmJob`s for a list of BuildFarmJobs. |
| Method | getByBuildFarmJob | "Look up the concrete IBuildFarmJob for a BuildFarmJob. |
| Method | addCandidateSelectionCriteria | Provide a sub-query to refine the candidate job selection. |
| Method | postprocessCandidate | True if the candidate job is fine and should be dispatched |
ISourcePackageRecipeBuild.| Parameters | distroseries | The IDistroSeries that this is building
against. |
| recipe | The ISourcePackageRecipe that this is building. | |
| requester | The IPerson who wants to build it. | |
| date_created | The date this build record was created. If not provided, defaults to now. | |
| Returns | ISourcePackageRecipeBuild. | |