Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3f9ebee8620943b09026c8db6c1492ff > files > 19

buildbot-doc-0.8.5p1-1.fc15.noarch.rpm

Buildbot Configuration
======================

Access to Configuration
-----------------------

The master object makes much of the configuration available from an object
named ``master.config``.  Configuration is stored as attributes of this
object.  Where possible, components should access this configuration directly
and not cache the configuration values anywhere else.  This avoids the need to
ensure that update-from-configuration methods are called on a reconfig.

The available attributes are listed in the docstring for the
:class:`buildbot.config.MasterConfig` class.