Part of lp.soyuz.browser.build View In Hierarchy
Known subclasses: lp.soyuz.browser.build.BuildRetryView
Method | label | Undocumented |
Method | user_can_retry_build | Return True if the user is permitted to Retry Build. |
Method | package_upload | Return the corresponding package upload for this build. |
Method | binarypackagetitles | List the titles of this build's `BinaryPackageRelease`s. |
Method | has_published_binaries | Whether or not binaries were already published for this build. |
Method | changesfile | Return a ProxiedLibraryFileAlias for the Build changesfile. |
Method | is_ppa | Undocumented |
Method | buildqueue | Undocumented |
Method | component_name | Undocumented |
Method | files | Return `LibraryFileAlias`es for files produced by this build. |
Method | dispatch_time_estimate_available | True if a dispatch time estimate is available for this build. |
Method | eta | The datetime when the build job is estimated to complete. |
Method | date | The date when the build completed or is estimated to complete. |
Method | estimate | If true, the date value is an estimate. |
The build must be re-tryable.
List the titles of this build's `BinaryPackageRelease`s. :return: A list of title strings.
The build must be in state NEEDSBUILD and the associated job must be in state WAITING.