Package buildbot :: Package process :: Module factory :: Class BasicSVN
[hide private]
[frames] | no frames]

Class BasicSVN

source code

util.ComparableMixin --+        
                       |        
            BuildFactory --+    
                           |    
                 GNUAutoconf --+
                               |
                              BasicSVN

Nested Classes [hide private]

Inherited from BuildFactory: buildClass

Instance Methods [hide private]
 
__init__(self, svnurl, configure=None, configureEnv={}, compile='make all', test='make check') source code

Inherited from BuildFactory: addStep, addSteps, newBuild

Inherited from BuildFactory (private): _makeStepFactory

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables [hide private]

Inherited from BuildFactory: compare_attrs, useProgress

Method Details [hide private]

__init__(self, svnurl, configure=None, configureEnv={}, compile='make all', test='make check')
(Constructor)

source code 
Overrides: BuildFactory.__init__