Package buildbot :: Package changes :: Module changes :: Class TestChangeMaster
[frames] | no frames]

Class TestChangeMaster

source code

 twisted.application.service.Service --+        
                                       |        
twisted.application.service.MultiService --+    
                                           |    
                                ChangeMaster --+
                                               |
                                              TestChangeMaster

A ChangeMaster for use in tests that does not save itself

Instance Methods
 
stopService(self) source code

Inherited from ChangeMaster: __getstate__, __init__, __setstate__, addChange, addSource, eventGenerator, getChangeNumbered, pruneChanges, removeSource, saveYourself

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

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

Class Variables

Inherited from ChangeMaster: __implemented__, __provides__, changeHorizon, debug

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

Method Details

stopService(self)

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