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

Class BaseUpstreamScheduler

source code

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

Instance Methods
 
__init__(self, name, properties={}) source code
 
subscribeToSuccessfulBuilds(self, watcher) source code
 
unsubscribeToSuccessfulBuilds(self, watcher) source code
 
submitBuildSet(self, bs) source code
 
buildSetFinished(self, bss) source code

Inherited from BaseScheduler: __repr__, addChange

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.BaseUpstre...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Inherited from util.ComparableMixin: compare_attrs

Instance Variables

Inherited from BaseScheduler: name, properties

Method Details

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

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

submitBuildSet(self, bs)

source code 
Overrides: BaseScheduler.submitBuildSet

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.scheduler.BaseUpstreamScheduler>

__provides__

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