Part of lp.bugs.interfaces.malone View In Hierarchy
Known implementations: canonical.launchpad.systemhomes.MaloneApplication
| Method | searchTasks | Search IBugTasks with the given search parameters. |
| Attribute | bug_count | The number of bugs recorded in Launchpad |
| Attribute | bugwatch_count | The number of links to external bug trackers |
| Attribute | bugtask_count | The number of bug tasks in Launchpad |
| Attribute | projects_with_bugs_count | The number of products and distributions which have bugs in Launchpad. |
| Attribute | shared_bug_count | The number of bugs that span multiple products and distributions |
| Attribute | bugtracker_count | The number of bug trackers in Launchpad |
| Attribute | top_bugtrackers | The BugTrackers with the most watches. |
| Attribute | latest_bugs | The latest 5 bugs filed. |
| Method | default_bug_list | Return a default list of bugs. |
| Method | createBug | Create a bug (with an appropriate bugtask) and return it. |
Inherited from ILaunchpadApplication:
| Attribute | title | Title |
| Parameters | user | The user who's doing the search. |
Create a bug (with an appropriate bugtask) and return it.
Things to note when using this factory:
- the owner will be subscribed to the bug
- distribution, product and package contacts (whichever ones are applicable based on the bug report target) will be subscribed to all public bugs only
- for public upstreams bugs where there is no upstream bug contact, the product owner will be subscribed instead
| Parameters | target | The Product, Distribution or DistributionSourcePackage affected by this bug. |