l.b.b.b.BugsInfoMixin : class documentation

Part of lp.bugs.browser.buglisting View In Hierarchy

Known subclasses: lp.bugs.browser.buglisting.BugListingPortletInfoView, lp.bugs.browser.buglisting.BugsStatsMixin, lp.bugs.browser.buglisting.BugTaskSearchListingView

Contains properties giving URLs to bug information.
Method bugs_fixed_elsewhere_url A URL to a list of bugs fixed elsewhere.
Method open_cve_bugs_url A URL to a list of open bugs linked to CVEs.
Method open_cve_bugs_has_report Whether or not the context has a CVE report page.
Method pending_bugwatches_url A URL to a list of bugs that need a bugwatch.
Method expirable_bugs_url A URL to a list of bugs that can expire, or None.
Method new_bugs_url A URL to a page of new bugs.
Method inprogress_bugs_url A URL to a page of inprogress bugs.
Method open_bugs_url A URL to a list of open bugs.
Method critical_bugs_url A URL to a list of critical bugs.
Method high_bugs_url A URL to a list of high priority bugs.
Method my_bugs_url A URL to a list of bugs assigned to the user, or None.
Method my_affecting_bugs_url A URL to a list of bugs affecting the current user, or None if
Method my_reported_bugs_url A URL to a list of bugs reported by the user, or None.
@property
def bugs_fixed_elsewhere_url(self):
A URL to a list of bugs fixed elsewhere.
@property
def open_cve_bugs_url(self):
A URL to a list of open bugs linked to CVEs.
@property
def open_cve_bugs_has_report(self):
Whether or not the context has a CVE report page.
@property
def pending_bugwatches_url(self):
A URL to a list of bugs that need a bugwatch.

None is returned if the context is not an upstream product.

@property
def expirable_bugs_url(self):
A URL to a list of bugs that can expire, or None.

If the bugtarget is not a supported implementation, or its pillar does not have enable_bug_expiration set to True, None is returned. The bugtarget may be an IDistribution, IDistroSeries, IProduct, or IProductSeries.

@property
def new_bugs_url(self):
A URL to a page of new bugs.
@property
def inprogress_bugs_url(self):
A URL to a page of inprogress bugs.
@property
def open_bugs_url(self):
A URL to a list of open bugs.
@property
def critical_bugs_url(self):
A URL to a list of critical bugs.
@property
def high_bugs_url(self):
A URL to a list of high priority bugs.
@property
def my_bugs_url(self):
A URL to a list of bugs assigned to the user, or None.
@property
def my_affecting_bugs_url(self):
A URL to a list of bugs affecting the current user, or None if there is no current user.
@property
def my_reported_bugs_url(self):
A URL to a list of bugs reported by the user, or None.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.