Part of lp.code.interfaces.branchjob View In Hierarchy
| Method | create | Construct a new object that implements IRosettaUploadJob. |
| Method | findUnfinishedJobs | Find any IRosettaUploadJob`s for `branch that haven't run yet. |
| Method | providesTranslationFiles | Is anyone importing translation files from this branch? |
Inherited from IJobSource:
| Int | memory_limit | Undocumented |
| Method | iterReady | Iterate through all jobs. |
| Method | contextManager | Get a context for running this kind of job in. |
| Parameters | branch | The database branch to exract files from. |
| from_revision_id | The revision id to compare against. | |
| force_translations_upload | Flag to override the settings in the product series and upload all translation files. |
IRosettaUploadJob`s for `branch that haven't run yet.| Parameters | branch | Branch to find unfinished jobs for. |
| since | Optional cutoff date: ignore jobs older than this. | |
| Returns | Any jobs for branch (and newer than since, if
given) whose status is neither "complete" nor "failed." | |