Home | Trees | Index | Help |
|
---|
Package buildbot :: Package status :: Module builder |
|
Classes | |
---|---|
BuilderStatus |
I handle status information for a single process.base.Builder object. |
BuildRequestStatus |
|
BuildSetStatus |
|
BuildStatus |
|
BuildStepStatus |
I represent a collection of output status for a buildbot.process.step.BuildStep . |
Event |
|
HTMLLogFile |
|
LogFile |
A LogFile keeps all of its contents on disk, in a non-pickle format to which new entries can easily be appended. |
LogFileProducer |
What's the plan? |
LogFileScanner |
|
SlaveStatus |
|
Status |
I represent the status of the buildmaster. |
TestResult |
Variable Summary | |
---|---|
list |
ChunkTypes = ['stdout', 'stderr', 'header']
|
int |
EXCEPTION = 4 |
int |
FAILURE = 2 |
int |
HEADER = 2 |
list |
Results = ['success', 'warnings', 'failure', 'skipped', ...
|
int |
SKIPPED = 3 |
int |
STDERR = 1 |
int |
STDOUT = 0 |
int |
SUCCESS = 0 |
int |
WARNINGS = 1 |
Variable Details |
---|
ChunkTypes
|
EXCEPTION
|
FAILURE
|
HEADER
|
Results
|
SKIPPED
|
STDERR
|
STDOUT
|
SUCCESS
|
WARNINGS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |