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

Class ConfigLoader

source code

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

Instance Methods [hide private]
 
__init__(self, basedir=os.getcwd(), 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, upgradeToVersion1, upgradeToVersion2, upgradeToVersion3, useChanges

Inherited from master.BuildMaster (private): _handleSIGHUP

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

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

Inherited from twisted.persisted.styles.Versioned: __setstate__, versionUpgrade

Class Variables [hide private]

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

Inherited from twisted.application.service.MultiService: __implemented__, __provides__

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

Inherited from twisted.persisted.styles.Versioned: persistenceForgets

Method Details [hide private]

__init__(self, basedir=os.getcwd(), configFileName="master.cfg")
(Constructor)

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