Part of lp.soyuz.interfaces.publishing View In Hierarchy
Known subclasses: lp.soyuz.interfaces.webservice.IBinaryPackagePublishingHistory
Int | id | Undocumented |
Int | binarypackagenameID | Undocumented |
Attribute | binarypackagename | The binary package name being published |
Int | binarypackagereleaseID | Undocumented |
Attribute | binarypackagerelease | The binary package release being published |
Attribute | source_package_name | The source package name that built this binary. |
Int | distroarchseriesID | Undocumented |
Attribute | distroseries | The distroseries being published into |
Int | component | Undocumented |
Int | section | Undocumented |
Int | priority | Undocumented |
Int | supersededby | Undocumented |
Attribute | distroarchseriesbinarypackagerelease | The object that represents this binarypackagerelease in this distroarchseries. |
Method | getOtherPublications | Return remaining publications with the same overrides. |
Method | supersede | Supersede this publication. |
Method | copyTo | Copy this publication to another location. |
Method | getDownloadCount | Get the download count of this binary package in this archive. |
Method | getDownloadCounts | Get detailed download counts for this binary. |
Method | getDailyDownloadTotals | Get the daily download counts for this binary. |
Method | binaryFileUrls | URLs for this binary publication's binary files. |
Inherited from IPublishingView:
Attribute | files | Files included in this publication. |
Attribute | age | Age of the publishing record. |
Method | publish | Publish or ensure contents of this publish record |
Method | requestObsolescence | Make this publication obsolete. |
Only considers binary publications in the same archive, distroseries, pocket, component, section, priority and phased-update-percentage context. These publications are candidates for domination if this is an architecture-independent package.
The override match is critical -- it prevents a publication created by new overrides from superseding itself.
Parameters | dominant | optional IBinaryPackagePublishingHistory which is
triggering the domination. |
logger | optional object to which debug information will be logged. |
Architecture independent binary publications are copied to all supported architectures in the destination distroseries.
Returns | a list of IBinaryPackagePublishingHistory records
representing the binaries copied to the destination location. |
This is currently only meaningful for PPAs.
Parameters | start_date | The optional first date to return. |
end_date | The optional last date to return. |
Parameters | start_date | The optional first date to return. |
end_date | The optional last date to return. |
Parameters | include_meta | Return a list of dicts with keys url, size, sha1, and sha256 for each URL instead of a simple list. |
Returns | A collection of URLs for this binary. |