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

Class TryBase

source code

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

Instance Methods
 
__init__(self, name, builderNames, properties={}) source code
 
listBuilderNames(self) source code
 
getPendingBuildTimes(self) source code
 
addChange(self, change) source code
 
processBuilderList(self, builderNames) source code

Inherited from BaseScheduler: __repr__, submitBuildSet

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.scheduler.TryBase>
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Inherited from util.ComparableMixin: compare_attrs

Instance Variables

Inherited from BaseScheduler: name, properties

Method Details

__init__(self, name, 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__

addChange(self, change)

source code 
Overrides: BaseScheduler.addChange

Class Variable Details

__provides__

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