Package buildbot :: Package schedulers :: Module basic :: Class Dependent
[frames] | no frames]

Class Dependent

source code

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

Instance Methods
 
__init__(self, name, upstream, builderNames, properties={}) source code
 
buildSetSubmitted(self, bsid, t) source code
 
run(self) source code

Inherited from base.BaseScheduler: compareToOther, create_buildset, getPendingBuildTimes, get_initial_state, get_state, listBuilderNames, set_state

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
  compare_attrs = ('name', 'upstream_name', 'builderNames', 'pro...

Inherited from base.BaseScheduler: __implemented__, __provides__, upstream_name

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

Method Details

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

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

Class Variable Details

compare_attrs

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