|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buildbot.status.builder.Status
|
|
|
|
|
addChange(self,
who=None,
files=None,
comments=None,
author=None,
isdir=None,
is_dir=None,
revision=None,
when=None,
when_timestamp=None,
branch=None,
category=None,
revlink='
' ,
properties={ } ,
repository='
' ,
project='
' ,
src=None)
Add a change to the buildmaster and act on it. |
source code
|
|
|
|
|
|
|
subscribeToBuildsets(self,
callback)
Request that callback(bsid=bsid, ssid=ssid, reason=reason,
properties=properties, builderNames=builderNames,
external_idstring=external_idstring) be called whenever a
buildset is added. |
source code
|
|
|
|
|
|
|
buildRequestAdded(self,
bsid,
brid,
buildername)
Notifies the master that a build request is available to be claimed;
this may be a brand new build request, or a build request that was
previously claimed and unclaimed through a timeout or other calamity. |
source code
|
|
|
subscribeToBuildRequests(self,
callback)
Request that callback be invoked with a dictionary with
keys brid (the build request id), bsid
(buildset id) and buildername whenever a new build
request is added to the database. |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from config.ReconfigurableServiceMixin :
__providedBy__
Inherited from twisted.application.service.MultiService :
__iter__ ,
addService ,
getServiceNamed ,
privilegedStartService ,
removeService
Inherited from twisted.application.service.Service :
__getstate__ ,
disownServiceParent ,
setName ,
setServiceParent
|