Package bitten :: Module master :: Class BuildMaster

Class BuildMaster

         object --+    
                  |    
trac.core.Component --+
                      |
                     BuildMaster

Trac request handler implementation for the build master.
Nested Classes

Inherited from trac.core.Component: __metaclass__

Instance Methods
 
__init__(self, compmgr, init=<function __init__ at 0x1022e8d70>, cls=<class 'bitten.master.BuildMaster'>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
match_request(self, req)
 
process_request(self, req)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from trac.core.Component: __new__, implements

Class Variables
  adjust_timestamps = <BoolOption [bitten] "adjust_timestamps">
  build_all = <BoolOption [bitten] "build_all">
  stabilize_wait = <IntOption [bitten] "stabilize_wait">
  slave_timeout = <IntOption [bitten] "slave_timeout">
  logs_dir = <Option [bitten] "logs_dir">
  quick_status = <BoolOption [bitten] "quick_status">
Properties

Inherited from object: __class__

Method Details

__init__(self, compmgr, init=<function __init__ at 0x1022e8d70>, cls=<class 'bitten.master.BuildMaster'>)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)