Home | Trees | Index | Help |
|
---|
Package buildbot :: Module master :: Class BotPerspective |
|
Avatar
--+ |NewCredPerspective
--+ | BotPerspective
Method Summary | |
---|---|
__init__(self,
name,
botmaster)
| |
__repr__(self)
| |
This is called when the slave connects. | |
detached(self,
mind)
| |
Forcibly disconnect the slave. | |
perspective_keepalive(self)
| |
sendBuilderList(self)
| |
Called to add or remove builders after the slave has connected. | |
Inherited from Avatar | |
This method is called when a network message is received. |
Class Variable Summary | |
---|---|
Inherited from NewCredPerspective | |
Implements |
__implemented__ = <implementedBy buildbot.pbutil.NewCred...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from Avatar | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Method Details |
---|
attached(self, bot)This is called when the slave connects.
|
disconnect(self)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. |
updateSlave(self)Called to add or remove builders after the slave has connected.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |