Home | Trees | Index | Help |
|
---|
Package buildbot :: Package status :: Module builder :: Class BuildStepStatus |
|
Versioned
--+
|
BuildStepStatus
buildbot.process.step.BuildStep
.
Method Summary | |
---|---|
__init__(self,
parent)
| |
__getstate__(self)
| |
__setstate__(self,
d)
| |
addHTMLLog(self,
name,
html)
| |
addLog(self,
name)
| |
addURL(self,
name,
url)
| |
getBuild(self)
| |
Returns a single string with the color that should be used to display this step. | |
getETA(self)
| |
Returns a list of tuples (name, current, target). | |
getLogs(self)
| |
Returns a short string with the name of this step. | |
tuple of int, list of strings |
Return a tuple describing the results of the step. |
Returns a list of strings which describe the step. | |
getTimes(self)
| |
getURLs(self)
| |
isFinished(self)
| |
logFinished(self,
log)
| |
sendETAUpdate(self,
receiver,
updateInterval)
| |
setColor(self,
color)
| |
setName(self,
stepname)
| |
setProgress(self,
stepprogress)
| |
setText(self,
text)
| |
setText2(self,
text)
| |
stepFinished(self,
results)
| |
stepStarted(self)
| |
subscribe(self,
receiver,
updateInterval)
| |
unsubscribe(self,
receiver)
| |
upgradeToVersion1(self)
| |
waitUntilFinished(self)
| |
Inherited from Versioned | |
(internal) Do a version upgrade. |
Instance Variable Summary | |
---|---|
dict of string -> buildbot.status.builder.LogFile |
logs : logs of steps |
Class Variable Summary | |
---|---|
Implements |
__implemented__ = <implementedBy buildbot.status.builder...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
string | color : color that this step feels best represents its current mood. |
NoneType |
finished = None |
list |
finishedWatchers = []
|
int |
persistenceVersion = 1 |
buildbot.status.progress.StepProgress |
progress : tracks ETA for the step |
tuple |
results = (None, [])
|
NoneType |
started = None |
list of strings | text : list of short texts that describe the command and its status |
list of strings | text2 : list of short texts added to the overall build description |
dict |
updates = {}
|
list |
watchers = []
|
Inherited from Versioned | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
tuple |
persistenceForgets = ()
|
Method Details |
---|
getColor(self)Returns a single string with the color that should be used to display this step. 'green', 'orange', 'red', 'yellow' and 'purple' are the most likely ones. |
getExpectations(self)Returns a list of tuples (name, current, target). |
getName(self)Returns a short string with the name of this step. This string may have spaces in it. |
getResults(self)Return a tuple describing the results of the step. 'result' is one of the constants inbuildbot.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.
|
getText(self)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. |
Instance Variable Details |
---|
logslogs of steps
|
Class Variable Details |
---|
__implemented__
|
__provides__
|
colorcolor that this step feels best represents its current mood. yellow,green,red,orange are the most likely choices, although purple indicates an exception
|
finished
|
finishedWatchers
|
persistenceVersion
|
progresstracks ETA for the step
|
results
|
started
|
textlist of short texts that describe the command and its status
|
text2list of short texts added to the overall build description
|
updates
|
watchers
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:44 2006 | http://epydoc.sf.net |