Package buildbot :: Package process :: Module buildstep :: Class LogObserver
[hide private]
[frames] | no frames]

Class LogObserver

source code

Known Subclasses:

Instance Methods [hide private]
 
setStep(self, step) source code
 
setLog(self, loog) source code
 
logChunk(self, build, step, log, channel, text) source code
 
outReceived(self, data)
This will be called with chunks of stdout data.
source code
 
errReceived(self, data)
This will be called with chunks of stderr data.
source code
 
__providedBy__(...)
Object Specification Descriptor
source code
Class Variables [hide private]
  __implemented__ = <implementedBy buildbot.process.buildstep.Lo...
  __provides__ = <zope.interface.declarations.ClassProvides obje...
Method Details [hide private]

outReceived(self, data)

source code 

This will be called with chunks of stdout data. Override this in your observer.

errReceived(self, data)

source code 

This will be called with chunks of stderr data. Override this in your observer.


Class Variable Details [hide private]

__implemented__

Value:
<implementedBy buildbot.process.buildstep.LogObserver>

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x3c12fd0>