Home
Trees
Indices
Help
Package buildbot
::
Package clients
::
Module base
:: Class TextClient
[
hide private
]
[
frames
] |
no frames
]
Class TextClient
source code
Instance Methods
[
hide private
]
__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
[
hide private
]
__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
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Fri Jul 31 16:51:54 2009
http://epydoc.sourceforge.net