Package buildbot :: Package clients :: Module base :: Class TextClient
[frames | no frames]

Class TextClient


Method Summary
  __init__(self, master, events)
  connected(self, ref)
  disconnected(self, ref)
  not_connected(self, why)
  run(self)
Start the TextClient.
  startConnecting(self)

Method Details

__init__(self, master, events='steps')
(Constructor)

Parameters:
events - specify what level of detail should be reported.
  • 'builders': only announce new/removed Builders
  • 'builds': also announce builderChangedState, buildStarted, and buildFinished
  • 'steps': also announce buildETAUpdate, stepStarted, stepFinished
  • 'logs': also announce stepETAUpdate, logStarted, logFinished
  • 'full': also announce log contents

           (type=string, one of builders, builds, steps, logs, full)

run(self)

Start the TextClient.

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