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

Class AnyBranchScheduler

source code

 twisted.application.service.Service --+            
                                       |            
twisted.application.service.MultiService --+        
                                           |        
                    util.ComparableMixin --+        
                                           |        
                          base.BaseScheduler --+    
                                               |    
                        base.ClassifierMixin --+    
                                               |    
                                       Scheduler --+
                                                   |
                                                  AnyBranchScheduler

Instance Methods
 
__init__(self, name, treeStableTimer, builderNames, fileIsImportant=None, properties={}, categories=None, branches=NotABranch(), change_filter=None)
Same parameters as the scheduler, but without 'branch', and adding:
source code

Inherited from Scheduler: decide_and_remove_changes, getPendingBuildTimes, get_initial_state, run

Inherited from base.BaseScheduler: __provides__, compareToOther, create_buildset, 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__

Inherited from base.ClassifierMixin: classify_changes, make_filter

Class Variables
  compare_attrs = 'name', 'treeStableTimer', 'builderNames', 'fi...

Inherited from Scheduler: fileIsImportant

Inherited from base.BaseScheduler: __implemented__, upstream_name

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

Method Details

__init__(self, name, treeStableTimer, builderNames, fileIsImportant=None, properties={}, categories=None, branches=NotABranch(), change_filter=None)
(Constructor)

source code 

Same parameters as the scheduler, but without 'branch', and adding:

Parameters:
  • branches - (deprecated)
Overrides: twisted.application.service.MultiService.__init__

Class Variable Details

compare_attrs

Value:
'name', 'treeStableTimer', 'builderNames', 'fileIsImportant', 'propert\
ies', 'change_filter'