Package buildbot :: Package schedulers :: Module trysched :: Class TryBase
[frames] | no frames]

Class TryBase

source code

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

Instance Methods
 
filterBuilderList(self, builderNames)
Make sure that builderNames is a subset of the configured self.builderNames, returning an empty list if not.
source code

Inherited from base.BaseScheduler: __init__, __provides__, addBuildsetForChanges, addBuildsetForChangesMultiRepo, addBuildsetForLatest, addBuildsetForSourceStamp, findNewSchedulerInstance, getPendingBuildTimes, getState, gotChange, listBuilderNames, setState, startConsumingChanges, startService, stopService

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

Inherited from base.BaseScheduler: __implemented__, compare_attrs

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

Instance Variables

Inherited from base.BaseScheduler: builderNames, name, properties

Method Details

filterBuilderList(self, builderNames)

source code 

Make sure that builderNames is a subset of the configured self.builderNames, returning an empty list if not. If builderNames is empty, use self.builderNames.

Returns:
list of builder names to build on