Package buildbot :: Package process :: Module process_twisted :: Class TwistedBuild
[frames | no frames]

Class TwistedBuild

Build --+
        |
       TwistedBuild


Method Summary
  isFileImportant(self, filename)
    Inherited from Build
  __init__(self, requests)
  __getstate__(self)
  __repr__(self)
  acquireLocks(self, res)
  allChanges(self)
  allFiles(self)
  allStepsDone(self)
  blamelist(self)
  buildException(self, why)
  buildFinished(self, text, color, results)
This method must be called when the last Step has completed.
  changesText(self)
  getNextStep(self)
This method is called to obtain the next BuildStep for this build.
  getProperties(self)
  getProperty(self, propname)
  getSlaveCommandVersion(self, command, oldversion)
  getSlaveName(self)
  getSourceStamp(self)
  getStatus(self)
  lostRemote(self, remote)
  releaseLocks(self)
  setBuilder(self, builder)
Set the given builder as our builder.
  setLocks(self, locks)
  setProperty(self, propname, value, source)
Set a property on this build.
  setStepFactories(self, step_factories)
Set a list of 'step factories', which are tuples of (class, kwargs), where 'class' is generally a subclass of step.BuildStep .
  setupBuild(self, expectations)
  setupProperties(self)
  setupSlaveBuilder(self, slavebuilder)
  startBuild(self, build_status, expectations, slavebuilder)
This method sets up the build, then starts it by invoking the first Step.
  startNextStep(self)
  stepDone(self, result, step)
This method is called when the BuildStep completes.
  stopBuild(self, reason)

Instance Variable Summary
    Inherited from Build
NoneType build_status: the buildbot.status.builder.BuildStatus that collects our status
  requests: the list of BuildRequests that triggered me

Class Variable Summary
str workdir = 'Twisted'
    Inherited from Build
Implements __implemented__ = <implementedBy buildbot.process.base.B...
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
bool finished = False
str reason = 'changes'
NoneType results = None                                                                  
bool useProgress = True

Class Variable Details

workdir

Type:
str
Value:
'Twisted'                                                              

Generated by Epydoc 2.1 on Tue Sep 16 09:16:00 2008 http://epydoc.sf.net