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

Class Dependent

source code

 twisted.application.service.Service --+            
                                       |            
twisted.application.service.MultiService --+        
                                           |        
                    util.ComparableMixin --+        
                                           |        
                               BaseScheduler --+    
                                               |    
                           BaseUpstreamScheduler --+
                                                   |
                                                  Dependent

This scheduler runs some set of 'downstream' builds when the 'upstream' scheduler has completed successfully.

Instance Methods
 
__init__(self, name, upstream, builderNames, properties={}) source code
 
listBuilderNames(self) source code
 
getPendingBuildTimes(self) source code
 
startService(self) source code
 
stopService(self) source code
 
upstreamBuilt(self, ss) source code
 
findUpstreamScheduler(self) source code
 
checkUpstreamScheduler(self) source code

Inherited from BaseUpstreamScheduler: buildSetFinished, submitBuildSet, subscribeToSuccessfulBuilds, unsubscribeToSuccessfulBuilds

Inherited from BaseScheduler: __repr__, addChange

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

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

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  compare_attrs = ('name', 'upstream', 'builderNames', 'properti...
  __implemented__ = <implementedBy buildbot.scheduler.Dependent>
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Instance Variables

Inherited from BaseScheduler: name, properties

Method Details

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

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

startService(self)

source code 
Overrides: twisted.application.service.Service.startService

stopService(self)

source code 
Overrides: twisted.application.service.Service.stopService

Class Variable Details

compare_attrs

Value:
('name', 'upstream', 'builderNames', 'properties')

__provides__

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