Part of lp.registry.interfaces.milestone View In Hierarchy
An set provides access `IMilestone`s.
Method | __iter__ | Return an iterator over all the milestones for a thing. |
Method | get | Get a milestone by its id. |
Method | getByIds | Get the milestones for milestoneids. |
Method | getByNameAndProduct | Get a milestone by its name and product. |
Method | getByNameAndDistribution | Get a milestone by its name and distribution. |
Method | getVisibleMilestones | Return all visible milestones. |
If the milestone with that ID is not found, a NotFoundError will be raised.
If no milestone is found, default will be returned.