| Trees | Indices | Help |
|
|---|
|
|
zope.interface.Interface --+
|
IBuildSlave --+
|
ILatentBuildSlave
A build slave that is not always running, but can run when requested.
| Instance Methods | |||
|
|||
|
|||
|
|||
| Class Variables | |
substantiated = Attribute('Substantiated', 'Whether the latent
|
|
__bases__ =
|
|
__identifier__ =
|
|
__iro__ =
|
|
__name__ =
|
|
__sro__ =
|
|
dependents = <WeakKeyDictionary at 40693488>
|
|
| Method Details |
Request that the slave substantiate with a real instance. Returns a deferred that will callback when a real instance has attached. |
Inform the latent build slave that a build has started. ``sb`` is a LatentSlaveBuilder as defined in buildslave.py. The sb is the one for whom the build started. |
Inform the latent build slave that a build has finished. ``sb`` is a LatentSlaveBuilder as defined in buildslave.py. The sb is the one for whom the build finished. |
| Class Variable Details |
substantiated
|
__iro__
|
__sro__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 19 18:26:44 2010 | http://epydoc.sourceforge.net |