Package buildbot :: Module scheduler :: Class BaseScheduler
[frames] | no frames]

Class BaseScheduler

source code

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

A Scheduler creates BuildSets and submits them to the BuildMaster.

Instance Methods
 
__init__(self, name, properties={}) source code
 
__repr__(self) source code
 
submitBuildSet(self, bs) source code
 
addChange(self, change) 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
  __implemented__ = <implementedBy buildbot.scheduler.BaseSchedu...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Inherited from util.ComparableMixin: compare_attrs

Instance Variables
  name
name of the scheduler
Properties object properties
additional properties specified in this scheduler's configuration
Method Details

__init__(self, name, properties={})
(Constructor)

source code 
Parameters:
  • name - name for this scheduler
  • properties (dict) - properties to be propagated from this scheduler
Overrides: twisted.application.service.MultiService.__init__

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.scheduler.BaseScheduler>

__provides__

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