Part of lp.registry.model.distroseriesdifference View In Hierarchy
| Static Method | new | See IDistroSeriesDifferenceSource. |
| Static Method | getForDistroSeries | See IDistroSeriesDifferenceSource. |
| Static Method | getByDistroSeriesNameAndParentSeries | See IDistroSeriesDifferenceSource. |
| Static Method | getSimpleUpgrades | See IDistroSeriesDifferenceSource. |
| Method | sourcepackagename | See IDistroSeriesDifference |
| Method | source_pub | See IDistroSeriesDifference. |
| Method | parent_source_pub | See IDistroSeriesDifference. |
| Method | base_source_pub | See IDistroSeriesDifference. |
| Method | owner | See IDistroSeriesDifference. |
| Method | title | See IDistroSeriesDifference. |
| Method | getAncestry | Return the version ancestry for the given SPR, or None. |
| Method | package_diff_url | See IDistroSeriesDifference. |
| Method | parent_package_diff_url | See IDistroSeriesDifference. |
| Method | packagesets | See IDistroSeriesDifference. |
| Method | parent_packagesets | See IDistroSeriesDifference. |
| Method | package_diff_status | See IDistroSeriesDifference. |
| Method | parent_package_diff_status | See IDistroSeriesDifference. |
| Method | parent_source_package_release | Undocumented |
| Method | source_package_release | Undocumented |
| Method | base_distro_source_package_release | See IDistroSeriesDifference. |
| Method | update | See IDistroSeriesDifference. |
| Method | addComment | See IDistroSeriesDifference. |
| Method | latest_comment | See IDistroSeriesDifference. |
| Method | getComments | See IDistroSeriesDifference. |
| Method | blacklist | See IDistroSeriesDifference. |
| Method | unblacklist | See IDistroSeriesDifference. |
| Method | requestPackageDiffs | See IDistroSeriesDifference. |
| Method | _getLatestSourcePub | Helper to keep source_pub/parent_source_pub DRY. |
| Method | _getPackageDiffURL | Check status and return URL if appropriate. |
| Method | _package_release | Undocumented |
| Method | _updateType | Helper for update() interface method. |
| Method | _updateVersionsAndStatus | Helper for the update() interface method. |
| Method | _updateBaseVersion | Check for the most-recently published common version. |
| Method | _setPackageDiffs | Set package diffs if they exist. |
| Method | _getCommentWithStatusChange | Undocumented |
Inherited from StormBase:
| Method | __storm_invalidated__ | Flush cached properties. |
Check whether the presence of a source in the derived or parent series has changed (which changes the type of difference).
Check whether the status of this difference should be updated.
| Parameters | manual | Boolean, True if this is a user-requested change. This overrides auto-blacklisting. |