Package buildbot :: Package changes :: Module freshcvs :: Class FreshCVSSourceOldcred
[frames] | no frames]

Class FreshCVSSourceOldcred

source code

twisted.application.internet.TCPClient --+    
                                         |    
                  util.ComparableMixin --+    
                                         |    
                     FreshCVSSourceNewcred --+
                                             |
                                            FreshCVSSourceOldcred

This is for older freshcvs daemons (from CVSToys-1.0.9 and earlier).

Instance Methods
 
__init__(self, host, port, user, passwd, serviceName="cvstoys.notify", prefix=None) source code
 
__repr__(self) source code

Inherited from FreshCVSSourceNewcred: describe, notify

Inherited from util.ComparableMixin: __cmp__, __hash__, __providedBy__

Class Variables

Inherited from FreshCVSSourceNewcred: changemaster, compare_attrs, connected

Inherited from util.ComparableMixin: __implemented__, __provides__

Method Details

__init__(self, host, port, user, passwd, serviceName="cvstoys.notify", prefix=None)
(Constructor)

source code 
Overrides: FreshCVSSourceNewcred.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: FreshCVSSourceNewcred.__repr__