Package buildbot :: Package changes :: Module base :: Class ChangeSource
[frames] | no frames]

Class ChangeSource

source code

twisted.application.service.Service --+
                                      |
               util.ComparableMixin --+
                                      |
                                     ChangeSource
Known Subclasses:

Instance Methods
 
describe(self) source code
 
__provides__(...)
Special descriptor for class __provides__

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

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  master = None
if self.running is true, then cs.master points to the buildmaster.
  __implemented__ = <implementedBy buildbot.changes.base.ChangeS...

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

Inherited from util.ComparableMixin: compare_attrs

Method Details

__provides__(...)

 

Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.

Overrides: twisted.application.service.Service.__provides__

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.changes.base.ChangeSource>