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

Class FCMaildirSource

ComparableMixin --+        
                  |        
        Service --+        
                  |        
       ChangeSource --+    
                      |    
        Maildir --+   |    
                  |   |    
        Service --+   |    
                  |   |    
     MaildirTwisted --+    
                      |    
          MaildirSource --+
                          |
                         FCMaildirSource


Method Summary
    Inherited from MaildirSource
  __init__(self, maildir, prefix, sep)
  describe(self)
  messageReceived(self, filename)
Called when a new file is noticed.
  parser(self, fd, prefix, sep)
Parse mail sent by FreshCVS
    Inherited from MaildirTwisted
  dnotify_callback(self)
  startService(self)
  startTimeout(self)
  stopService(self)
  stopTimeout(self)
    Inherited from Maildir
  poll(self)
  setBasedir(self, basedir)
  start(self)
You must run start to receive any messages.
  stop(self)
    Inherited from Service
  __getstate__(self)
  disownServiceParent(self)
  privilegedStartService(self)
  setName(self, name)
  setServiceParent(self, parent)
    Inherited from ComparableMixin
  __cmp__(self, them)
  __hash__(self)

Class Variable Summary
str name = 'FreshCVS'
    Inherited from MaildirSource
list compare_attrs = ['basedir', 'newdir', 'pollinterval', 'p...
NoneType parser = None                                                                  
    Inherited from MaildirTwisted
NoneType timeout = None                                                                  
    Inherited from ChangeSource
Implements __implemented__ = <implementedBy buildbot.changes.base.C...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
    Inherited from Service
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
NoneType parent = None                                                                  
int running = 0                                                                     

Method Details

parser(self, fd, prefix=None, sep='/')

Parse mail sent by FreshCVS

Class Variable Details

name

Type:
str
Value:
'FreshCVS'                                                             

Generated by Epydoc 2.1 on Sun Dec 10 22:04:44 2006 http://epydoc.sf.net