|
|
|
|
|
|
|
|
|
getOldestRequestTime(*args,
**kwargs)
Returns the submitted_at of the oldest unclaimed build request for
this builder, or None if there are no build requests. |
source code
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred
|
attached(self,
slave,
remote,
commands)
This is invoked by the BuildSlave when the self.slavename bot
registers their builder. |
source code
|
|
|
detached(self,
slave)
This is called when the connection to the bot is lost. |
source code
|
|
|
|
|
|
|
buildFinished(self,
build,
sb,
bids)
This is called when the Build has finished (either success or
failure). |
source code
|
|
|
|
|
|
Inherited from config.ReconfigurableServiceMixin :
__providedBy__ ,
__provides__
Inherited from twisted.spread.flavors.Referenceable :
jellyFor ,
remoteMessageReceived
Inherited from twisted.spread.flavors.Serializable :
processUniqueID
Inherited from twisted.spread.jelly.Jellyable :
getStateFor
Inherited from twisted.application.service.MultiService :
__iter__ ,
addService ,
getServiceNamed ,
privilegedStartService ,
removeService ,
startService
Inherited from twisted.application.service.Service :
__getstate__ ,
disownServiceParent ,
setName ,
setServiceParent
|