This is the master-side service which manages remote buildbot slaves.
It provides them with BuildSlaves, and distributes build requests to
them.
|
|
|
cleanShutdown(self,
_reactor=reactor)
Shut down the entire process, once all currently-running builds are
complete. |
source code
|
|
|
cancelCleanShutdown(self)
Cancel a clean shutdown that is already in progress, if any |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
maybeStartBuildsForAllBuilders(self)
Call this when something suggests that this would be a good time to
start some builds, but nothing more specific. |
source code
|
|
Inherited from config.ReconfigurableServiceMixin :
__providedBy__ ,
__provides__
Inherited from twisted.application.service.MultiService :
__iter__ ,
addService ,
getServiceNamed ,
privilegedStartService ,
removeService
Inherited from twisted.application.service.Service :
__getstate__ ,
disownServiceParent ,
setName ,
setServiceParent
|