Package buildbot :: Package changes :: Module bonsaipoller :: Class BonsaiParser
[hide private]
[frames] | no frames]

Class BonsaiParser

source code

I parse the XML result from a bonsai cvsquery.

Instance Methods [hide private]
 
__init__(self, data) source code
 
getData(self) source code
 
_parseData(self)
Returns data from a Bonsai cvsquery in a BonsaiResult object
source code
 
_nextCiNode(self)
Iterates to the next <ci> node and fills self.fileNodes with child <f> nodes
source code
 
_nextFileNode(self)
Iterates to the next <f> node
source code
 
_getLog(self)
Returns the log of the current <ci> node
source code
 
_getWho(self)
Returns the e-mail address of the commiter
source code
 
_getDate(self)
Returns the date (unix time) of the commit
source code
 
_getFilename(self)
Returns the filename of the current <f> node
source code
 
_getRevision(self) source code