Package buildbot :: Package schedulers :: Module base :: Class BaseScheduler
[frames] | no frames]

Class BaseScheduler

source code

 twisted.application.service.Service --+    
                                       |    
twisted.application.service.MultiService --+
                                           |
                    util.ComparableMixin --+
                                           |
                                          BaseScheduler
Known Subclasses:

Instance Methods
 
__init__(self, name, builderNames, properties) source code
 
compareToOther(self, them) source code
 
get_initial_state(self, max_changeid) source code
 
get_state(self, t) source code
 
set_state(self, t, state) source code
 
listBuilderNames(self) source code
 
getPendingBuildTimes(self) source code
 
create_buildset(self, ssid, reason, t, props=None, builderNames=None) source code

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

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

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  upstream_name = None
  __implemented__ = <implementedBy buildbot.schedulers.base.Base...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Inherited from util.ComparableMixin: compare_attrs

Method Details

__init__(self, name, builderNames, properties)
(Constructor)

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

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.schedulers.base.BaseScheduler>

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x13582d0>