Package buildbot :: Package scripts :: Module checkconfig :: Class ConfigLoader
[frames] | no frames]

Class ConfigLoader

source code

 twisted.application.service.Service --+        
                                       |        
twisted.application.service.MultiService --+    
                                           |    
                          master.BuildMaster --+
                                               |
                                              ConfigLoader

Instance Methods
 
__init__(self, basedir='/home/dustin/code/buildbot/t/buildbot', configFileName='master.cfg') source code

Inherited from master.BuildMaster: addChange, allSchedulers, getStatus, loadChanges, loadConfig, loadConfig_Builders, loadConfig_Schedulers, loadConfig_Slaves, loadConfig_Sources, loadConfig_status, loadTheConfigFile, startService, submitBuildSet, useChanges

Inherited from twisted.application.service.MultiService: __iter__, addService, getServiceNamed, privilegedStartService, removeService, stopService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, setName, setServiceParent

Class Variables

Inherited from master.BuildMaster: __implemented__, __provides__, buildbotURL, change_svc, debug, debugPassword, manhole, projectName, projectURL, properties

Inherited from twisted.application.service.Service: name, parent, running

Method Details

__init__(self, basedir='/home/dustin/code/buildbot/t/buildbot', configFileName='master.cfg')
(Constructor)

source code 
Overrides: twisted.application.service.MultiService.__init__