Package buildbot :: Package changes :: Module pb :: Class PBChangeSource
[frames] | no frames]

Class PBChangeSource

source code

twisted.application.service.Service --+    
                                      |    
               util.ComparableMixin --+    
                                      |    
                      base.ChangeSource --+
                                          |
                                         PBChangeSource

Instance Methods
 
__init__(self, user='change', passwd='changepw', port=None, prefix=None) source code
 
describe(self) source code
 
startService(self) source code
 
stopService(self) source code
 
getPerspective(self, mind, username) source code

Inherited from base.ChangeSource: __provides__

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

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  compare_attrs = ['user', 'passwd', 'port', 'prefix', 'port']

Inherited from base.ChangeSource: __implemented__, master

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

Method Details

describe(self)

source code 
Overrides: base.ChangeSource.describe

startService(self)

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

stopService(self)

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