c.l.s.MaloneApplication : class documentation

Part of canonical.launchpad.systemhomes View In Hierarchy

Implements interfaces: lp.bugs.interfaces.malone.IMaloneApplication

No class docstring
Method __init__ Undocumented
Method searchTasks See IMaloneApplication.
Method createBug See IMaloneApplication.
Method bug_count The number of bugs recorded in Launchpad
Method bugwatch_count The number of links to external bug trackers
Method bugtask_count The number of bug tasks in Launchpad
Method bugtracker_count The number of bug trackers in Launchpad
Method projects_with_bugs_count The number of products and distributions which have bugs in Launchpad.
Method shared_bug_count The number of bugs that span multiple products and distributions
Method top_bugtrackers The BugTrackers with the most watches.
Method latest_bugs The latest 5 bugs filed.
Method default_bug_list Return a default list of bugs.
def __init__(self):
Undocumented
def searchTasks(self, search_params):
See IMaloneApplication.
def createBug(self, owner, title, description, target, security_related=False, private=False, tags=None):
See IMaloneApplication.
@property
def bug_count(self):
The number of bugs recorded in Launchpad
@property
def bugwatch_count(self):
The number of links to external bug trackers
@property
def bugtask_count(self):
The number of bug tasks in Launchpad
@property
def bugtracker_count(self):
The number of bug trackers in Launchpad
@property
def projects_with_bugs_count(self):
The number of products and distributions which have bugs in Launchpad.
@property
def shared_bug_count(self):
The number of bugs that span multiple products and distributions
@property
def top_bugtrackers(self):
The BugTrackers with the most watches.
@property
def latest_bugs(self):
The latest 5 bugs filed.
def default_bug_list(self, user=None):
Return a default list of bugs.
ParametersuserThe user who's doing the search.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.