Part of lp.translations.model.translationsharingjob View In Hierarchy
Known subclasses: lp.translations.model.translationpackagingjob.TranslationPackagingJob
| Method | getDBClass | Undocumented |
| Method | sourcepackage | Undocumented |
| Method | __init__ | Undocumented |
| Class Method | create | "Create a TranslationPackagingJob backed by TranslationSharingJob. |
| Class Method | schedulePackagingJob | Event subscriber to create a TranslationSharingJob on events. |
| Class Method | schedulePOTemplateJob | Event subscriber to create a TranslationSharingJob on events. |
| Class Method | iterReady | See IJobSource. |
| Class Method | getNextJobStatus | Return the status of the next job to run. |
| Static Method | _register_subclass | Register this class with its enumeration. |
| Parameters | productseries | The ProductSeries side of the Packaging. |
| distroseries | The distroseries of the Packaging sourcepackage. | |
| sourcepackagename | The name of the Packaging sourcepackage. | |
| potemplate | POTemplate to restrict to (if any). |
| Parameters | packaging | The Packaging to create a TranslationMergeJob
for. |
| event | The event itself. |
| Parameters | potemplate | The POTemplate to create
a TranslationSharingJob for. |
| event | The event itself. |