Trees | Indices | Help |
|
---|
|
twisted.spread.pb.Avatar --+ | twisted.application.service.Service --+ | | | twisted.application.service.MultiService --+ | AbstractBuildSlave --+ | AbstractLatentBuildSlave
A build slave that will start up a slave instance when needed.
To use, subclass and implement start_instance and stop_instance.
See ec2buildslave.py for a concrete example. Also see the stub example in test/test_slaves.py.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
substantiated = False
|
|
substantiation_deferred = None hash(x) |
|
build_wait_timer = None hash(x) |
|
__implemented__ = <implementedBy buildbot.buildslave.AbstractL
|
|
__provides__ = <zope.interface.declarations.ClassProvides obje
|
|
Inherited from |
Method Details |
|
This is called when the slave connects.
|
|
Forcibly disconnect the slave. This severs the TCP connection and returns a Deferred that will fire (with None) when the connection is probably gone. If the slave is still alive, they will probably try to reconnect again in a moment. This is called in two circumstances. The first is when a slave is removed from the config file. In this case, when they try to reconnect, they will be rejected as an unknown slave. The second is when we wind up with two connections for the same slave, in which case we disconnect the older connection.
|
|
Called to add or remove builders after the slave has connected. Also called after botmaster's builders are initially set.
|
|
Class Variable Details |
__implemented__
|
__provides__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:41 2010 | http://epydoc.sourceforge.net |