Package buildbot :: Package steps :: Module shell :: Class StringFileWriter
[frames] | no frames]

Class StringFileWriter

source code

 twisted.spread.jelly.Jellyable --+        
                                  |        
twisted.spread.flavors.Serializable --+    
                                      |    
   twisted.spread.flavors.Referenceable --+
                                          |
                                         StringFileWriter

FileWriter class that just puts received data into a buffer.

Used to upload a file from slave for inline processing rather than writing into a file on master.

Instance Methods
 
__init__(self) source code
 
remote_write(self, data) source code
 
remote_close(self) source code

Inherited from twisted.spread.flavors.Referenceable: __provides__, jellyFor, remoteMessageReceived

Inherited from twisted.spread.flavors.Serializable: processUniqueID

Inherited from twisted.spread.jelly.Jellyable: __providedBy__, getStateFor

Class Variables

Inherited from twisted.spread.flavors.Referenceable: __implemented__, perspective