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
 
startService(self) source code
 
stopService(self) source code

Inherited from TryBase: filterBuilderList, run

Inherited from base.BaseScheduler: __provides__, compareToOther, create_buildset, getPendingBuildTimes, get_initial_state, get_state, listBuilderNames, set_state

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
  compare_attrs = ('name', 'builderNames', 'port', 'userpass', '...

Inherited from base.BaseScheduler: __implemented__, 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__

startService(self)

source code 
Overrides: twisted.application.service.Service.startService

stopService(self)

source code 
Overrides: twisted.application.service.Service.stopService

Class Variable Details

compare_attrs

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