Part of lp.snappy.model.snapbuild View In Hierarchy
ISnapBuild.| Method | __init__ | Construct a SnapBuild. |
| Method | build_request | See ISnapBuild. |
| Method | is_private | See IBuildFarmJob. |
| Method | title | See IBuildFarmJob. |
| Method | distribution | See IPackageBuild. |
| Method | distro_series | See IPackageBuild. |
| Method | arch_tag | See ISnapBuild. |
| Method | current_component | See IPackageBuild. |
| Method | score | See ISnapBuild. |
| Method | can_be_rescored | See ISnapBuild. |
| Method | can_be_cancelled | See ISnapBuild. |
| Method | rescore | See ISnapBuild. |
| Method | cancel | See ISnapBuild. |
| Method | calculateScore | See IBuildFarmJob. |
| Method | getMedianBuildDuration | Return the median duration of our successful builds. |
| Method | estimateDuration | See IBuildFarmJob. |
| Method | getFiles | See ISnapBuild. |
| Method | getFileByName | See ISnapBuild. |
| Method | addFile | See ISnapBuild. |
| Method | verifySuccessfulUpload | See IPackageBuild. |
| Method | updateStatus | See IBuildFarmJob. |
| Method | notify | See IPackageBuild. |
| Method | lfaUrl | Return the URL for a LibraryFileAlias in this context. |
| Method | log_url | See IBuildFarmJob. |
| Method | upload_log_url | See IPackageBuild. |
| Method | getFileUrls | Undocumented |
| Method | eta | The datetime when the build job is estimated to complete. |
| Method | estimate | If true, the date value is an estimate. |
| Method | date | The date when the build completed or is estimated to complete. |
| Method | store_upload_jobs | Undocumented |
| Method | last_store_upload_job | Undocumented |
| Method | store_upload_status | Undocumented |
| Method | store_upload_url | Undocumented |
| Method | store_upload_revision | Undocumented |
| Method | store_upload_error_message | Undocumented |
| Method | store_upload_error_messages | Undocumented |
| Method | scheduleStoreUpload | See ISnapBuild. |
Inherited from PackageBuildMixin:
| Method | createUploadLog | Creates a file on the librarian for the upload log. |
| Method | storeUploadLog | See IPackageBuild. |
| Method | getUploader | See IPackageBuild. |
Inherited from BuildFarmJobMixin (via PackageBuildMixin):
| Method | dependencies | Undocumented |
| Method | external_dependencies | Undocumented |
| Method | duration | See IBuildFarmJob. |
| Method | buildqueue_record | See IBuildFarmJob. |
| Method | was_built | See IBuild |
| Method | build_cookie | See IBuildFarmJob. |
| Method | setLog | See IBuildFarmJob. |
| Method | gotFailure | See IBuildFarmJob. |
| Method | queueBuild | See IBuildFarmJob. |
SnapBuild.IBuildFarmJob.