Package buildbot :: Module buildset :: Class BuildSet
[hide private]
[frames] | no frames]

Class BuildSet

source code

I represent a set of potential Builds, all of the same source tree, across a specified list of Builders. I can represent a build of a specific version of the source tree (named by source.branch and source.revision), or a build of a certain set of Changes (source.changes=list).

Instance Methods [hide private]
 
__init__(self, builderNames, source, reason=None, bsid=None, properties=None) source code
 
waitUntilSuccess(self) source code
 
waitUntilFinished(self) source code
 
start(self, builders)
This is called by the BuildMaster to actually create and submit the BuildRequests.
source code
 
requestFinished(self, buildstatus, req) source code
Method Details [hide private]

__init__(self, builderNames, source, reason=None, bsid=None, properties=None)
(Constructor)

source code 
Parameters: