This is the master-side service which manages remote buildbot slaves.
It provides them with BuildSlaves, and distributes file change
notification messages to them.
|
|
|
|
|
|
|
|
|
trigger_add_buildrequest(self,
category,
*brids) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shouldMergeRequests(self,
builder,
req1,
req2)
Determine whether two BuildRequests should be merged for the given
builder. |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from twisted.application.service.MultiService :
__iter__ ,
addService ,
getServiceNamed ,
privilegedStartService ,
removeService ,
startService
Inherited from twisted.application.service.Service :
__getstate__ ,
__providedBy__ ,
disownServiceParent ,
setName ,
setServiceParent
|