Package buildbot :: Package process :: Package users :: Module manual :: Class CommandlineUserManager
[frames] | no frames]

Class CommandlineUserManager

source code

 twisted.application.service.Service --+        
                                       |        
twisted.application.service.MultiService --+    
                                           |    
                                   UsersBase --+
                                               |
                                              CommandlineUserManager

Service that runs to set up and register CommandlineUserManagerPerspective so `buildbot user` calls get to perspective_commandline.

Instance Methods
 
__init__(self, username=None, passwd=None, port=None) source code
 
startService(self) source code
 
stopService(self) source code

Inherited from twisted.application.service.MultiService: __iter__, __provides__, addService, getServiceNamed, privilegedStartService, removeService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, setName, setServiceParent

Class Variables

Inherited from twisted.application.service.MultiService: __implemented__

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

Method Details

__init__(self, username=None, passwd=None, port=None)
(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