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
 
run(self) source code
 
filterBuilderList(self, builderNames) source code

Inherited from base.BaseScheduler: __init__, 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
  __implemented__ = <implementedBy buildbot.schedulers.trysched....
  __provides__ = <zope.interface.declarations.ClassProvides obje...

Inherited from base.BaseScheduler: upstream_name

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

Inherited from util.ComparableMixin: compare_attrs

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.schedulers.trysched.TryBase>

__provides__

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