Home | Trees | Index | Help |
|
---|
Package buildbot :: Module master :: Class BuildMaster |
|
Service
--+ |MultiService
--+ |Versioned
--+ | BuildMaster
Method Summary | |
---|---|
__init__(self,
basedir,
configFileName)
| |
addChange(self,
change)
| |
allSchedulers(self)
| |
buildbot.status.builder.Status
|
|
loadChanges(self)
| |
Internal function to load a specific configuration file. | |
loadConfig_Builders(self,
newBuilderData)
| |
loadConfig_Schedulers(self,
newschedulers)
| |
loadConfig_Slaves(self,
bots)
| |
loadConfig_Sources(self,
sources)
| |
loadConfig_status(self,
status)
| |
loadTheConfigFile(self,
configFile)
| |
startService(self)
| |
submitBuildSet(self,
bs)
| |
upgradeToVersion1(self)
| |
upgradeToVersion2(self)
| |
upgradeToVersion3(self)
| |
useChanges(self,
changes)
| |
Inherited from MultiService | |
| |
| |
| |
| |
| |
| |
Inherited from Service | |
| |
| |
| |
| |
Inherited from Versioned | |
| |
(internal) Do a version upgrade. |
Class Variable Summary | |
---|---|
Implements |
__implemented__ = <implementedBy buildbot.master.BuildMa...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
NoneType |
buildbotURL = None |
NoneType |
change_svc = None |
int |
debug = 0 |
NoneType |
debugPassword = None |
NoneType |
manhole = None |
int |
persistenceVersion = 3 |
str |
projectName = '(unspecified)'
|
NoneType |
projectURL = None |
Inherited from Service | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
NoneType |
name = None |
NoneType |
parent = None |
int |
running = 0 |
Inherited from Versioned | |
tuple |
persistenceForgets = ()
|
Method Details |
---|
getStatus(self)
|
loadConfig(self, f)Internal function to load a specific configuration file. Any errors in the file will be signalled by raising an exception.
|
Class Variable Details |
---|
__implemented__
|
__provides__
|
buildbotURL
|
change_svc
|
debug
|
debugPassword
|
manhole
|
persistenceVersion
|
projectName
|
projectURL
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |