Part of lp.buildmaster.model.buildfarmjob View In Hierarchy
Known subclasses: lp.code.model.sourcepackagerecipebuild.SourcePackageRecipeBuildJob, lp.soyuz.model.buildpackagejob.BuildPackageJob, lp.translations.model.translationtemplatesbuildjob.TranslationTemplatesBuildJob
| Method | __init__ | Ensure the instance to which we delegate is set on creation. |
| Method | __storm_loaded__ | Set the attribute for our IBuildFarmJob delegation. |
| Class Method | getByJob | See IBuildFarmJobOld. |
| Method | generateSlaveBuildCookie | See IBuildFarmJobOld. |
| Method | cleanUp | See IBuildFarmJob. |
| Static Method | addCandidateSelectionCriteria | See IBuildFarmJobOld. |
| Static Method | postprocessCandidate | See IBuildFarmJobOld. |
| Method | _set_build_farm_job | Set the build farm job to which we will delegate. |
This is needed here as __init__() is not called when a storm object is loaded from the database.
Deriving classes must set the build_farm_job attribute for the delegation.
IBuildFarmJob.
Classes that derive from BuildFarmJobOld need to clean up after themselves correctly.
IBuildFarmJobOld.IBuildFarmJobOld.