Home | Trees | Index | Help |
|
---|
Package buildbot :: Package process :: Module builder :: Class SlaveBuilder |
|
Jellyable
--+ |Serializable
--+ |Referenceable
--+ | SlaveBuilder
buildbot.slave.bot.SlaveBuilder
objects
that lives in a remote buildbot. When a remote builder connects, I query
it for command versions and then make it available to any Builds that are
ready to run.
Method Summary | |
---|---|
__init__(self)
| |
attached(self,
slave,
remote,
commands)
| |
buildFinished(self)
| |
buildStarted(self)
| |
detached(self)
| |
getSlaveCommandVersion(self,
command,
oldversion)
| |
isAvailable(self)
| |
Ping the slave to make sure it is still there. | |
setBuilder(self,
b)
| |
Inherited from Referenceable | |
(internal) | |
A remote message has been received. | |
Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
Inherited from Jellyable | |
|
Class Variable Summary | |
---|---|
Inherited from Referenceable | |
Implements |
__implemented__ = <implementedBy twisted.spread.flavors....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
NoneType |
perspective = None |
Inherited from Jellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Method Details |
---|
ping(self, timeout, status=None)Ping the slave to make sure it is still there. Returns a Deferred that fires with True if it is.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |