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

Class MaildirSource

source code

 twisted.application.service.Service --+        
                                       |        
twisted.application.service.MultiService --+    
                                           |    
                 util.maildir.MaildirService --+
                                               |
                        util.ComparableMixin --+
                                               |
                                              MaildirSource
Known Subclasses:

Generic base class for Maildir-based change sources

Instance Methods
 
__init__(self, maildir, prefix=None, category='', repository='') source code
 
describe(self) source code
 
messageReceived(self, filename) source code
 
parse_file(self, fd, prefix=None) source code
 
__provides__(...)
Special descriptor for class __provides__

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
  compare_attrs = ['basedir', 'pollinterval', 'prefix']
  __implemented__ = <implementedBy buildbot.changes.mail.Maildir...

Inherited from util.maildir.MaildirService: pollinterval

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

Method Details

__init__(self, maildir, prefix=None, category='', repository='')
(Constructor)

source code 
Overrides: twisted.application.service.MultiService.__init__

messageReceived(self, filename)

source code 
Overrides: util.maildir.MaildirService.messageReceived

__provides__(...)

 

Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.

Overrides: twisted.application.service.Service.__provides__

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.changes.mail.MaildirSource>