Package moap :: Package bug :: Module bugzilla :: Class Bugzilla
[hide private]
[frames] | no frames]

Class Bugzilla

source code

extern.log.log.Loggable --+    
                          |    
             bug.BugTracker --+
                              |
                             Bugzilla

Queries bugzilla using the CSV format. CSV is supported by both Red Hat's and GNOME's bugzilla.

Instance Methods [hide private]
 
__init__(self, URL) source code
 
getBug(self, id, handle=None)
Get the Bug identified by the given id.
source code
list of Bug
query(self, queryString, handle=None)
Query the database using the given query string.
source code

Inherited from bug.BugTracker: __repr__

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Class Variables [hide private]

Inherited from extern.log.log.Loggable: logCategory

Method Details [hide private]

__init__(self, URL)
(Constructor)

source code 
Overrides: bug.BugTracker.__init__

getBug(self, id, handle=None)

source code 

Get the Bug identified by the given id.

Overrides: bug.BugTracker.getBug
(inherited documentation)

query(self, queryString, handle=None)

source code 

Query the database using the given query string.

Returns: list of Bug
Overrides: bug.BugTracker.query
(inherited documentation)