Package buildbot :: Package changes :: Module mail :: Class SVNCommitEmailMaildirSource
[frames] | no frames]

Class SVNCommitEmailMaildirSource

source code

 twisted.application.service.Service --+            
                                       |            
twisted.application.service.MultiService --+        
                                           |        
                 util.maildir.MaildirService --+    
                                               |    
                        util.ComparableMixin --+    
                                               |    
                                   MaildirSource --+
                                                   |
                                                  SVNCommitEmailMaildirSource

Instance Methods
 
parse(self, m, prefix=None)
Parse messages sent by the svn 'commit-email.pl' trigger.
source code

Inherited from MaildirSource: __init__, __provides__, describe, messageReceived, parse_file

Inherited from util.maildir.MaildirService: dnotify_callback, moveToCurDir, poll, setBasedir, startService, stopService

Inherited from twisted.application.service.MultiService: __iter__, addService, getServiceNamed, privilegedStartService, removeService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, setName, setServiceParent

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  name = 'SVN commit-email.pl'

Inherited from MaildirSource: __implemented__, compare_attrs

Inherited from util.maildir.MaildirService: pollinterval

Inherited from twisted.application.service.Service: parent, running