Package buildbot :: Package clients :: Module gtkPanes :: Class GtkClient
[frames] | no frames]

Class GtkClient

source code

base.TextClient --+
                  |
                 GtkClient

Nested Classes
  ClientClass
Instance Methods
 
__init__(self, master) source code
 
connected(self, ref) source code

Inherited from base.TextClient: disconnected, not_connected, run, startConnecting

Method Details

__init__(self, master)
(Constructor)

source code 
Parameters:
  • master - a host:port string to masters buildbot.status.client.PBListener
  • username
  • passwd
  • 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
Overrides: base.TextClient.__init__
(inherited documentation)

connected(self, ref)

source code 
Overrides: base.TextClient.connected