Home | Trees | Indices | Help |
|
---|
|
process.buildstep.BuildStep --+ | process.buildstep.LoggingBuildStep --+ | shell.ShellCommand --+ | VisualStudio
Class Variables | |
name =
|
|
description =
|
|
descriptionDone =
|
|
logobserver = None
|
|
installdir = None
|
|
mode =
|
|
projectfile = None
|
|
config = None
|
|
useenv = False
|
|
PATH =
|
|
INCLUDE =
|
|
LIB =
|
|
Inherited from Inherited from Inherited from |
Instance Variables | |
Inherited from Inherited from |
Method Details |
|
|
Set up any additional logfiles= logs.
|
|
Return a list of short strings to describe this step, for the status display. This uses the first few words of the shell command. You can replace this by setting .description in your subclass, or by overriding this method to describe the step better.
|
To create summary logs, do something like this: warnings = grep('^Warning:', log.getText()) self.addCompleteLog('warnings', warnings)
|
Decide whether the command was SUCCESS, WARNINGS, or FAILURE. Override this to, say, declare WARNINGS if there is any stderr activity, or to say that rc!=0 is not actually an error.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 25 17:53:00 2010 | http://epydoc.sourceforge.net |