| Home | Trees | Index | Help |
|
|---|
| Package buildbot :: Package changes :: Module maildir :: Class MaildirService |
|
Service--+ |MultiService--+ | MaildirService
MaildirSource| Method Summary | |
|---|---|
Create the Maildir watcher. | |
dnotify_callback(self)
| |
Called when a new file is noticed. | |
poll(self)
| |
setBasedir(self,
basedir)
| |
startService(self)
| |
stopService(self)
| |
| Inherited from MultiService | |
| |
| |
| |
| |
| |
| Inherited from Service | |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy buildbot.changes.maildi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
int |
pollinterval = 10 |
| Inherited from MultiService | |
_implementsTuple |
__implements__ = (<MetaInterface twisted.application.ser...
|
| Inherited from Service | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
NoneType |
name = None |
NoneType |
parent = None |
int |
running = 0 |
| Method Details |
|---|
__init__(self,
basedir=None)
Create the Maildir watcher. BASEDIR is the maildir directory (the
one which contains new/ and tmp/)
|
messageReceived(self, filename)Called when a new file is noticed. Will call self.parent.messageReceived() with a path relative to maildir/new. Should probably be overridden in subclasses. |
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
pollinterval
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Sep 16 09:16:00 2008 | http://epydoc.sf.net |