l.r.i.d.IDistroSeriesDifferencePublic(Interface) : interface documentation

Part of lp.registry.interfaces.distroseriesdifference View In Hierarchy

Known subclasses: lp.registry.interfaces.webservice.IDistroSeriesDifference

The public interface for distro series differences.
Int id Undocumented
Int source_package_name_id Undocumented
Choice difference_type The type of difference for this package.
TextLine title A human-readable name describing this difference.
Attribute packagesets The packagesets for this source package in the derived series.
Attribute parent_packagesets The packagesets for this source package in the parent series.
Attribute base_distro_source_package_release The DistributionSourcePackageRelease object for the source release in the parent distribution.
Method update Checks that difference type and status matches current publishings.
Method getComments Return a result set of the comments for this difference.
id =
Undocumented
source_package_name_id =
Undocumented
difference_type =
The type of difference for this package.
title =
A human-readable name describing this difference.
packagesets =
The packagesets for this source package in the derived series.
parent_packagesets =
The packagesets for this source package in the parent series.
base_distro_source_package_release =
The DistributionSourcePackageRelease object for the source release in the parent distribution.
def update(manual=False):
Checks that difference type and status matches current publishings.

If the record is updated, a relevant comment is added.

If there is no longer a difference (ie. the versions are the same) then the status is updated to RESOLVED.

ParametersmanualBoolean, True if this is a user-requested change. This overrides auto-blacklisting.
ReturnsTrue if the record was updated, False otherwise.
def getComments():
Return a result set of the comments for this difference.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.