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

Class Try_Userpass

source code

 twisted.application.service.Service --+            
                                       |            
twisted.application.service.MultiService --+        
                                           |        
                    util.ComparableMixin --+        
                                           |        
                               BaseScheduler --+    
                                               |    
                                         TryBase --+
                                                   |
                                                  Try_Userpass

Instance Methods
 
__init__(self, name, builderNames, port, userpass, properties={}) source code
 
getPort(self) source code
 
requestAvatar(self, avatarID, mind, interface) source code

Inherited from TryBase: addChange, getPendingBuildTimes, listBuilderNames, processBuilderList

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
  compare_attrs = ('name', 'builderNames', 'port', 'userpass', '...
  __implemented__ = <implementedBy buildbot.scheduler.Try_Userpass>
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Instance Variables

Inherited from BaseScheduler: name, properties

Method Details

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

source code 
Parameters:
  • name - name for this scheduler
  • properties - properties to be propagated from this scheduler
Overrides: twisted.application.service.MultiService.__init__

Class Variable Details

compare_attrs

Value:
('name', 'builderNames', 'port', 'userpass', 'properties')

__provides__

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