Trees | Indices | Help |
|
---|
|
twisted.persisted.styles.Versioned --+ | BuildStepStatus
I represent a collection of output status for a buildbot.process.step.BuildStep.
Statistics contain any information gleaned from a step that is not in the form of a logfile. As an example, steps that run tests might gather statistics about the number of passed, failed, or skipped tests.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
tuple of int, list of strings |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
persistenceVersion = 3
|
|
started = None hash(x) |
|
finished = None hash(x) |
|
buildbot.status.progress.StepProgress |
progress = None tracks ETA for the step |
list of strings |
text =
list of short texts that describe the command and its status |
results =
|
|
list of strings |
text2 =
list of short texts added to the overall build description |
watchers =
|
|
updates =
|
|
finishedWatchers =
|
|
step_number = None hash(x) |
|
__implemented__ = <implementedBy buildbot.status.builder.Build
|
|
__provides__ = <zope.interface.declarations.ClassProvides obje
|
|
Inherited from |
Instance Variables | |
dict |
statistics =
results from running this step |
dict of string -> buildbot.status.builder.LogFile |
logs logs of steps |
Method Details |
Returns a short string with the name of this step. This string may have spaces in it. |
Returns a list of strings which describe the step. These are intended to be displayed in a narrow column. If more space is available, the caller should join them together with spaces before presenting them to the user. |
Return a tuple describing the results of the step. 'result' is one of the constants in buildbot.status.builder: SUCCESS, WARNINGS, FAILURE, or SKIPPED. 'strings' is an optional list of strings that the step wants to append to the overall build's results. These strings are usually more terse than the ones returned by getText(): in particular, successful Steps do not usually contribute any text to the overall build.
|
Set the given statistic. Usually called by subclasses. |
Get state, adding a version number to it on its way out.
|
|
Class Variable Details |
__implemented__
|
__provides__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:42 2010 | http://epydoc.sourceforge.net |