Package buildbot :: Package status :: Module builder
[frames | no frames]

Module buildbot.status.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

Type:
list
Value:
['stdout', 'stderr', 'header']                                         

EXCEPTION

Type:
int
Value:
4                                                                     

FAILURE

Type:
int
Value:
2                                                                     

HEADER

Type:
int
Value:
2                                                                     

Results

Type:
list
Value:
['success', 'warnings', 'failure', 'skipped', 'exception']             

SKIPPED

Type:
int
Value:
3                                                                     

STDERR

Type:
int
Value:
1                                                                     

STDOUT

Type:
int
Value:
0                                                                     

SUCCESS

Type:
int
Value:
0                                                                     

WARNINGS

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 http://epydoc.sf.net