Package buildbot :: Package steps :: Module master :: Class MasterShellCommand :: Class LocalPP
[frames] | no frames]

Class LocalPP

source code

twisted.internet.protocol.BaseProtocol --+    
                                         |    
 twisted.internet.protocol.ProcessProtocol --+
                                             |
                                            MasterShellCommand.LocalPP

Instance Methods
 
__init__(self, step) source code
 
outReceived(self, data)
Some data was received from stdout.
source code
 
errReceived(self, data)
Some data was received from stderr.
source code
 
processEnded(self, status_object)
This will be called when the subprocess is finished.
source code

Inherited from twisted.internet.protocol.ProcessProtocol: childConnectionLost, childDataReceived, errConnectionLost, inConnectionLost, outConnectionLost, processExited

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, connectionMade, makeConnection

Class Variables

Inherited from twisted.internet.protocol.ProcessProtocol: __implemented__, __provides__

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Method Details

outReceived(self, data)

source code 

Some data was received from stdout.

Overrides: twisted.internet.protocol.ProcessProtocol.outReceived
(inherited documentation)

errReceived(self, data)

source code 

Some data was received from stderr.

Overrides: twisted.internet.protocol.ProcessProtocol.errReceived
(inherited documentation)

processEnded(self, status_object)

source code 

This will be called when the subprocess is finished.

Overrides: twisted.internet.protocol.ProcessProtocol.processEnded
(inherited documentation)