Package buildbot :: Package steps :: Module vstudio :: Class VCExpress9
[frames] | no frames]

Class VCExpress9

source code

process.properties.PropertiesMixin --+                        
                                     |                        
           process.buildstep.BuildStep --+                    
                                         |                    
        process.buildstep.LoggingBuildStep --+                
                                             |                
                            shell.ShellCommand --+            
                                                 |            
                                      VisualStudio --+        
                                                     |        
                                                   VC7 --+    
                                                         |    
                                                       VC8 --+
                                                             |
                                                            VCExpress9

Instance Methods
 
start(self) source code

Inherited from VC8: __init__, setupEnvironment

Inherited from VisualStudio: createSummary, describe, evaluateCommand, finished, setupInstalldir, setupLogfiles, setupProgress

Inherited from shell.ShellCommand: buildCommandKwargs, getWorkdir, setBuild, setCommand, setDefaultWorkdir, setStepStatus

Inherited from process.buildstep.LoggingBuildStep: addLogFile, checkDisconnect, commandComplete, getText, getText2, interrupt, maybeGetText2, setStatus, startCommand

Inherited from process.buildstep.BuildStep: __provides__, acquireLocks, addCompleteLog, addFactoryArguments, addHTMLLog, addLog, addLogObserver, addURL, failed, getLog, getSlaveName, getStepFactory, releaseLocks, runCommand, setBuildSlave, setProgress, slaveVersion, slaveVersionIsOlderThan, startStep

Inherited from process.properties.PropertiesMixin: __providedBy__, getProperties, getProperty, hasProperty, has_key, render, setProperty

Class Variables

Inherited from VC8: arch, default_installdir, renderables

Inherited from VisualStudio: INCLUDE, LIB, PATH, config, description, descriptionDone, installdir, logobserver, mode, name, project, projectfile, useenv

Inherited from shell.ShellCommand: flunkOnFailure

Inherited from process.buildstep.LoggingBuildStep: cmd, parms, progressMetrics

Inherited from process.buildstep.BuildStep: __implemented__, alwaysRun, build, doStepIf, flunkOnWarnings, haltOnFailure, hideStepIf, locks, progress, set_runtime_properties, step_status, useProgress, warnOnFailure, warnOnWarnings

Instance Variables

Inherited from shell.ShellCommand: command, lazylogfiles, logfiles

Method Details

start(self)

source code 
Overrides: process.buildstep.BuildStep.start