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.
  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)
Set a property on this build.
  setSteps(self, steps)
Set a list of StepFactories, which are generally just class objects which derive from step.BuildStep .
  setupBuild(self, expectations)
  setupSlaveBuilder(self, slavebuilder)
  setupStatus(self, build_status)
  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
  request: the BuildRequest 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 Sun Dec 10 22:04:44 2006 http://epydoc.sf.net