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

Class PBChangeSource

source code

      config.ReconfigurableServiceMixin --+
                                          |
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
 
reconfigService(*args, **kwargs) source code
 
stopService(self) source code
 
getPerspective(self, mind, username) source code

Inherited from config.ReconfigurableServiceMixin: __providedBy__, __provides__

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

Inherited from util.ComparableMixin: __cmp__, __hash__

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

Inherited from config.ReconfigurableServiceMixin: __implemented__, reconfig_priority

Inherited from base.ChangeSource: master

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

Method Details

describe(self)

source code 
Overrides: base.ChangeSource.describe

reconfigService(*args, **kwargs)

source code 
Decorators:
  • @defer.deferredGenerator
Overrides: config.ReconfigurableServiceMixin.reconfigService

stopService(self)

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