l.r.b.m.MilestoneViewMixin(object) : class documentation

Part of lp.registry.browser.milestone View In Hierarchy

Known subclasses: lp.registry.browser.milestone.MilestoneTagView, lp.registry.browser.milestone.MilestoneView

Common methods shared between MilestoneView and MilestoneTagView.
Method should_show_bugs_and_blueprints Display the summary of bugs/blueprints for this milestone?
Method page_title Return the HTML page title.
Method specifications The list of specifications targeted to this milestone.
Method bugtasks The list of bugtasks targeted to this milestone for listing.
Method bugtask_count_text The formatted count of bugs for this milestone.
Method bugtask_status_counts A list StatusCounts summarising the targeted bugtasks.
Method specification_count_text The formatted count of specifications for this milestone.
Method specification_status_counts A list StatusCounts summarising the targeted specification.
Method assignment_counts The counts of the items assigned to users.
Method user_counts The counts of the items assigned to the currrent user.
Method is_project_milestone_tag Check, if the current milestone is a project milestone tag.
Method is_project_milestone Check, if the current milestone is a project milestone.
Method has_bugs_or_specs Does the milestone have any bugtasks and specifications?
Method _bugtasks The list of non-conjoined bugtasks targeted to this milestone.
Method _bug_badge_properties The badges for each bug associates with this milestone.
Method _bug_task_tags Undocumented
Method _bug_task_people The people associated with a set of bug tasks.
Method _getListingItem Return a decorated bugtask for the bug listing.
@property
def should_show_bugs_and_blueprints(self):
Display the summary of bugs/blueprints for this milestone?
@property
def page_title(self):
Return the HTML page title.
@cachedproperty
def specifications(self):
The list of specifications targeted to this milestone.
@cachedproperty
def _bugtasks(self):
The list of non-conjoined bugtasks targeted to this milestone.
@cachedproperty
def _bug_badge_properties(self):
The badges for each bug associates with this milestone.
@cachedproperty
def _bug_task_tags(self):
Undocumented
@cachedproperty
def _bug_task_people(self):
The people associated with a set of bug tasks.
def _getListingItem(self, bugtask):
Return a decorated bugtask for the bug listing.
@cachedproperty
def bugtasks(self):
The list of bugtasks targeted to this milestone for listing.
@property
def bugtask_count_text(self):
The formatted count of bugs for this milestone.
@property
def bugtask_status_counts(self):
A list StatusCounts summarising the targeted bugtasks.
@property
def specification_count_text(self):
The formatted count of specifications for this milestone.
@property
def specification_status_counts(self):
A list StatusCounts summarising the targeted specification.
@cachedproperty
def assignment_counts(self):
The counts of the items assigned to users.
@cachedproperty
def user_counts(self):
The counts of the items assigned to the currrent user.
@property
def is_project_milestone_tag(self):
Check, if the current milestone is a project milestone tag.

Return true, if the current milestone is a project milestone tag, else return False.

@property
def is_project_milestone(self):
Check, if the current milestone is a project milestone.

Return true, if the current milestone is a project milestone or a project milestone tag, else return False.

@property
def has_bugs_or_specs(self):
Does the milestone have any bugtasks and specifications?
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.