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

Class Try_Userpass

source code

 twisted.application.service.Service --+            
                                       |            
twisted.application.service.MultiService --+        
                                           |        
                    util.ComparableMixin --+        
                                           |        
                          base.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: filterBuilderList, run

Inherited from base.BaseScheduler: 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
  compare_attrs = ('name', 'builderNames', 'port', 'userpass', '...
  __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

Method Details

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

source code 
Overrides: twisted.application.service.MultiService.__init__

Class Variable Details

compare_attrs

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

__implemented__

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

__provides__

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