Package buildbot :: Package process :: Module buildstep :: Class LogLineObserver
[frames | no frames]

Class LogLineObserver

LogObserver --+
              |
             LogLineObserver

Known Subclasses:
TrialTestCaseCounter

Method Summary
  __init__(self)
  errLineReceived(self, line)
This will be called with complete lines of stderr (not including the delimiter).
  errReceived(self, data)
This will be called with chunks of stderr data.
  outLineReceived(self, line)
This will be called with complete stdout lines (not including the delimiter).
  outReceived(self, data)
This will be called with chunks of stdout data.
    Inherited from LogObserver
  logChunk(self, build, step, log, channel, text)
  setLog(self, loog)
  setStep(self, step)

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.
Overrides:
buildbot.process.buildstep.LogObserver.errReceived (inherited documentation)

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.
Overrides:
buildbot.process.buildstep.LogObserver.outReceived (inherited documentation)

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