Part of lp.bugs.model.bugtarget View In Hierarchy
Known subclasses: lp.bugs.model.bugtarget.BugTargetBase, lp.registry.model.milestone.Milestone, lp.registry.model.milestone.ProjectMilestone, lp.registry.model.person.Person, lp.systemhomes.MaloneApplication
All IHasBugs implementations should inherit from this class
or from BugTargetBase.
| Method | searchTasks | See IHasBugs. |
| Method | getBugSummaryContextWhereClause | Return a storm clause to filter bugsummaries on this context. |
| Method | getBugTaskWeightFunction | Default weight function is the simple one. |
| Method | _customizeSearchParams | Customize search_params for a specific target. |
IHasBugs.search_params for a specific target.| Returns | Either a storm clause to filter bugsummaries, or False if there cannot be any matching bug summaries. | |