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

Class VCExpress9

source code

                            object --+                        
                                     |                        
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

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, releaseLocks, runCommand, setBuildSlave, setProgress, setupProgress, slaveVersion, slaveVersionIsOlderThan, startStep

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

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

Static Methods

Inherited from process.buildstep.BuildStep: __new__

Class Variables

Inherited from VC8: arch, default_installdir, renderables

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

Inherited from shell.ShellCommand: descriptionSuffix, flunkOnFailure

Inherited from process.buildstep.LoggingBuildStep: cmd, parms

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

Properties

Inherited from object: __class__

Method Details

start(self)

source code 
Overrides: process.buildstep.BuildStep.start