Part of lp.registry.interfaces.distroseriesdifferencecomment View In Hierarchy
| Method | new | Create a new comment on a distro series difference. |
| Method | getForDifference | Return the IDistroSeriesDifferenceComment with the given id. |
| Method | getForDistroSeries | Get comments for distroseries (since since if given). |
| Parameters | distro_series_difference | The distribution series difference that is being commented on. |
| owner | The person making the comment. | |
| comment | The comment. | |
| Returns | A new DistroSeriesDifferenceComment object. | |
IDistroSeriesDifferenceComment with the given id.Get comments for `distroseries` (since `since` if given).
:param distroseries: The `DistroSeries` to find comments for.
:param since: A timestamp. No comments older than this will be
returned.
:return: A result set of `DistroSeriesDifferenceComment`s, ordered
from oldest to newest.