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

Class SilentRemoteCommand

source code

 twisted.spread.jelly.Jellyable --+            
                                  |            
twisted.spread.flavors.Serializable --+        
                                      |        
   twisted.spread.flavors.Referenceable --+    
                                          |    
            process.buildstep.RemoteCommand --+
                                              |
                                             SilentRemoteCommand

Remote command subclass used to run an internal file upload command on the slave. We do not need any progress updates from such command, so override remoteUpdate() with an empty method.

Instance Methods
 
remoteUpdate(self, update) source code

Inherited from process.buildstep.RemoteCommand: __init__, interrupt, remoteComplete, remote_complete, remote_update, run, start

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

Inherited from twisted.spread.flavors.Serializable: processUniqueID

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

Class Variables

Inherited from process.buildstep.RemoteCommand: commandCounter

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

Instance Variables

Inherited from process.buildstep.RemoteCommand: active

Method Details

remoteUpdate(self, update)

source code 
Overrides: process.buildstep.RemoteCommand.remoteUpdate