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

Class BuildSet


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).
Method Summary
  __init__(self, builderNames, source, reason, bsid)
  requestFinished(self, buildstatus, req)
  start(self, builders)
This is called by the BuildMaster to actually create and submit the BuildRequests.
  waitUntilFinished(self)
  waitUntilSuccess(self)

Method Details

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

Parameters:
source - a buildbot.sourcestamp.SourceStamp

start(self, builders)

This is called by the BuildMaster to actually create and submit the BuildRequests.

Generated by Epydoc 2.1 on Sun Dec 10 22:04:44 2006 http://epydoc.sf.net