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

Class TextClient

source code

Instance Methods
 
__init__(self, master, events='steps') source code
 
run(self)
Start the TextClient.
source code
 
startConnecting(self) source code
 
connected(self, ref) source code
 
not_connected(self, why) source code
 
disconnected(self, ref) source code
Method Details

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

source code 
Parameters:
  • events (string, one of builders, builds, steps, logs, full) - 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