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

Module builder

source code

Classes
  NullAddress
an address for NullTransport
  NullTransport
a do-nothing transport to make NetstringReceiver happy
  LogFileScanner
  LogFileProducer
What's the plan?
  LogFile
A LogFile keeps all of its contents on disk, in a non-pickle format to which new entries can easily be appended.
  HTMLLogFile
  Event
  TestResult
  BuildSetStatus
  BuildRequestStatus
  BuildStepStatus
I represent a collection of output status for a buildbot.process.step.BuildStep.
  BuildStatus
  BuilderStatus
I handle status information for a single process.base.Builder object.
  SlaveStatus
  Status
I represent the status of the buildmaster.
Functions
 
worst_status(a, b) source code
Variables
  Results = ['success', 'warnings', 'failure', 'skipped', 'excep...
  STDOUT = 0
  STDERR = 1
  HEADER = 2
  ChunkTypes = ['stdout', 'stderr', 'header']
  EXCEPTION = 4
  FAILURE = 2
  RETRY = 5
  SKIPPED = 3
  SUCCESS = 0
  WARNINGS = 1
  __package__ = 'buildbot.status'
Variables Details

Results

Value:
['success', 'warnings', 'failure', 'skipped', 'exception', 'retry']