Home | Trees | Index | Help |
|
---|
Package buildbot :: Package process :: Module buildstep :: Class LogLineObserver |
|
LogObserver
--+
|
LogLineObserver
TrialTestCaseCounter
Method Summary | |
---|---|
__init__(self)
| |
This will be called with complete lines of stderr (not including the delimiter). | |
This will be called with chunks of stderr data. | |
This will be called with complete stdout lines (not including the delimiter). | |
This will be called with chunks of stdout data. | |
Inherited from LogObserver | |
| |
| |
|
Class Variable Summary | |
---|---|
Inherited from LogObserver | |
Implements |
__implemented__ = <implementedBy buildbot.process.builds...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Method Details |
---|
errLineReceived(self, line)This will be called with complete lines of stderr (not including the delimiter). Override this in your observer. |
errReceived(self, data)This will be called with chunks of stderr data. Override this in your observer.
|
outLineReceived(self, line)This will be called with complete stdout lines (not including the delimiter). Override this in your observer. |
outReceived(self, data)This will be called with chunks of stdout data. Override this in your observer.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |