Part of lp.soyuz.interfaces.publishing View In Hierarchy
Known implementations: lp.soyuz.model.publishing.SourcePackagePublishingHistory
Inherited from ISourcePackagePublishingHistoryPublic:
Int | id | Undocumented |
Int | sourcepackagerelease | Undocumented |
Int | component | Undocumented |
Int | section | Undocumented |
Int | supersededby | Undocumented |
Attribute | meta_sourcepackage | Return an ISourcePackage meta object correspondent to the sourcepackagerelease attribute inside a specific distroseries |
Attribute | meta_sourcepackagerelease | Return an IDistributionSourcePackageRelease meta object correspondent to the sourcepackagerelease attribute |
Attribute | meta_supersededby | Return an IDistributionSourcePackageRelease meta object correspondent to the supersededby attribute. if supersededby is None return None. |
Attribute | meta_distroseriessourcepackagerelease | Return an IDistroSeriesSourcePackageRelease meta object correspondent to the sourcepackagerelease attribute inside a specific distroseries |
Attribute | newer_distroseries_version | An IDistroSeriosSourcePackageRelease with a newer version of this package that has been published in the main distribution series, if one exists, or None. |
Method | getPublishedBinaries | Return all resulted IBinaryPackagePublishingHistory . |
Method | getBuiltBinaries | Return all unique binary publications built by this source. |
Method | getBuilds | Return a list of IBuild objects in this publishing context. |
Method | changesFileUrl | The .changes file URL for this source publication. |
Method | getUnpublishedBuilds | Return a resultset of IBuild objects in this context that are |
Method | createMissingBuilds | Create missing Build records for a published source. |
Method | getSourceAndBinaryLibraryFiles | Return a list of LibraryFileAlias for all source and binaries. |
Method | supersede | Supersede this publication. |
Method | changeOverride | Change the component and/or section of this publication |
Method | copyTo | Copy this publication to another location. |
Method | getStatusSummaryForBuilds | Return a summary of the build status for the related builds. |
Method | sourceFileUrls | URLs for this source publication's uploaded source files. |
Method | binaryFileUrls | URLs for this source publication's binary files. |
Inherited from IPublishingView (via ISourcePackagePublishingHistoryPublic):
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 | getIndexStanza | Return archive index stanza contents |
Method | buildIndexStanzaFields | Build a map of fields and values to be in the Index file. |
Method | requestObsolescence | Make this publication obsolete. |
Method | getAncestry | Return the most recent publication of the same source or binary. |
Method | overrideFromAncestry | Set the right published component from publishing ancestry. |
Inherited from IPublishingEdit:
Method | requestDeletion | Delete this publication. |