Part of lp.registry.interfaces.productrelease View In Hierarchy
Known subclasses: lp.registry.interfaces.webservice.IProductRelease
IProductRelease
properties.Attribute | productseries | This release's parent series. |
Attribute | can_have_release_files | Whether release files can be added. |
Method | getFileAliasByName | Return the LibraryFileAlias by file name. |
Method | getProductReleaseFileByName | Return the ProductReleaseFile by file name. |
Method | hasReleaseFile | Does the release have a file that matches the name? |
LibraryFileAlias
by file name.
Raises a NotFoundError if no matching ProductReleaseFile exists.