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

Class Try_Userpass

ComparableMixin --+        
                  |        
    Service --+   |        
              |   |        
   MultiService --+        
                  |        
      BaseScheduler --+    
                      |    
                TryBase --+
                          |
                         Try_Userpass


Method Summary
  __init__(self, name, builderNames, port, userpass, properties)
  getPort(self)
  requestAvatar(self, avatarID, mind, interface)
    Inherited from TryBase
  addChange(self, change)
  getPendingBuildTimes(self)
  listBuilderNames(self)
    Inherited from BaseScheduler
  __repr__(self)
  submitBuildSet(self, bs)
    Inherited from MultiService
  __iter__(self)
  addService(self, service)
  getServiceNamed(self, name)
  privilegedStartService(self)
  removeService(self, service)
  startService(self)
  stopService(self)
    Inherited from Service
  __getstate__(self)
  disownServiceParent(self)
  setName(self, name)
  setServiceParent(self, parent)
    Inherited from ComparableMixin
  __cmp__(self, them)
  __hash__(self)

Instance Variable Summary
    Inherited from BaseScheduler
  name: name of the scheduler
Properties object properties: additional properties specified in this scheduler's configuration

Class Variable Summary
Implements __implemented__ = <implementedBy buildbot.scheduler.Try_...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
tuple compare_attrs = ('name', 'builderNames', 'port', 'userpa...
    Inherited from MultiService
_implementsTuple __implements__ = (<MetaInterface twisted.application.ser...
    Inherited from Service
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
NoneType parent = None                                                                  
int running = 0                                                                     

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy buildbot.scheduler.Try_Userpass>                        

__provides__

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

compare_attrs

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

Generated by Epydoc 2.1 on Tue Sep 16 09:15:59 2008 http://epydoc.sf.net