Part of lp.archiveuploader.uploadprocessor View In Hierarchy
| Method | __init__ | Constructor. |
| Method | processLiveFS | Process a live filesystem upload. |
| Method | processSnap | Process a snap package upload. |
| Method | process | Process an upload that is the result of a build. |
| Method | _getPolicyForDistro | Undocumented |
| Method | _processUpload | Undocumented |
| Method | _acceptUpload | Undocumented |
| Method | _getBuild | Undocumented |
Inherited from UploadHandler:
| Static Method | forProcessor | Instantiate an UploadHandler subclass for a given upload. |
| Method | locateChangesFiles | Locate .changes files in the upload directory. |
| Method | processChangesFile | Process a single changes file. |
| Method | removeUpload | Remove an upload that has succesfully been processed. |
| Method | moveProcessedUpload | Move or remove the upload depending on the status of the upload. |
| Method | moveUpload | Move the upload to the named subdir of the root, eg 'accepted'. |
| Static Method | orderFilenames | Order filenames, sorting *_source.changes before others. |