Part of lp.soyuz.browser.distroseries View In Hierarchy
IDistroSeries object's uploads.Inherited from QueueItemsView:
| Method | setupQueueList | Setup a batched queue list. |
| Method | builds_dict | Return a dictionary of PackageUploadBuild keyed on build ID. |
| Method | binary_files_dict | Build a dictionary of lists of binary files keyed by upload ID. |
| Method | source_files_dict | Return a dictionary of source files keyed on PackageUpload ID. |
| Method | calculateOldBinaries | Calculate uploaded binary files in this batch that are old. |
| Method | getPackagesetsFor | Find associated Packagesets. |
| Method | loadPackageCopyJobs | Batch-load `PackageCopyJob`s and related information. |
| Method | decoratedQueueBatch | Return the current batch, converted to decorated objects. |
| Method | is_new | Return True if the binarypackagerelease has no ancestry. |
| Method | availableActions | Return the available actions according to the selected queue state. |
| Method | performQueueAction | Execute the designed action over the selected queue items. |
| Method | sortedSections | Possible sections for the context distroseries. |
| Method | priorities | An iterable of priorities from PackagePublishingPriority. |