Part of lp.translations.interfaces.translationtemplatesbuildjob View In Hierarchy
Container for `TranslationTemplatesBuildJob`s.
Method | generatesTemplates | Can this branch usefully generate translation templates? |
Method | create | Create new TranslationTemplatesBuildJob . |
Method | scheduleTranslationTemplatesBuild | Schedule a translation templates build job, if appropriate. |
Method | getByBranch | Find TranslationTemplatesBuildJob for given Branch . |
If yes, then use create
to schedule a build-farm job to
generate the templates based on the source code in the branch.
TranslationTemplatesBuildJob
.
Also creates the matching IBuildQueue
and IJob
.
Parameters | branch | A Branch that this job will check out and
generate templates for. |
Returns | A new TranslationTemplatesBuildJob . |