Package buildbot :: Package process :: Module builder :: Class LatentSlaveBuilder
[hide private]
[frames] | no frames]

Class LatentSlaveBuilder

source code

 twisted.spread.jelly.Jellyable --+            
                                  |            
twisted.spread.flavors.Serializable --+        
                                      |        
   twisted.spread.flavors.Referenceable --+    
                                          |    
                       AbstractSlaveBuilder --+
                                              |
                                             LatentSlaveBuilder

Instance Methods [hide private]
 
__init__(self, slave, builder) source code
 
substantiate(self, build) source code
 
detached(self) source code
 
buildStarted(self) source code
 
buildFinished(self) source code
 
_attachFailure(self, why, where) source code
 
ping(self, timeout, status=None)
Ping the slave to make sure it is still there.
source code

Inherited from AbstractSlaveBuilder: __repr__, attached, getSlaveCommandVersion, isAvailable, isBusy, setBuilder

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 [hide private]

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

Method Details [hide private]

__init__(self, slave, builder)
(Constructor)

source code 
Overrides: AbstractSlaveBuilder.__init__

detached(self)

source code 
Overrides: AbstractSlaveBuilder.detached

buildStarted(self)

source code 
Overrides: AbstractSlaveBuilder.buildStarted

buildFinished(self)

source code 
Overrides: AbstractSlaveBuilder.buildFinished

_attachFailure(self, why, where)

source code 
Overrides: AbstractSlaveBuilder._attachFailure

ping(self, timeout, status=None)

source code 

Ping the slave to make sure it is still there. Returns a Deferred that fires with True if it is.

Parameters:
  • status - if you point this at a BuilderStatus, a 'pinging' event will be pushed.
Overrides: AbstractSlaveBuilder.ping
(inherited documentation)