Package bosco :: Module editor :: Class Reports
[hide private]
[frames] | no frames]

Class Reports

source code

      object --+    
               |    
RunListFormatter --+
                   |
                  Reports

Instance Methods [hide private]
 
__init__(self, store, event)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
list_reports(self) source code
 
set_report(self, report) source code
 
_get_runs(self) source code
 
runs(self) source code
 
_open_runs(self)
Lists all runs that are not yet completed.
source code
 
_orphan_runs(self)
Lists all runs that don't belong to any runner.
source code

Inherited from RunListFormatter: format_run

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

Class Variables [hide private]
  _supported_reports = '_open_runs', 'Open runs', ('_orphan_runs...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, store, event)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • store - Storm store of the runs
  • event - object of class (or subclass of) Event. This is used for run and team validation
Overrides: object.__init__

Class Variable Details [hide private]

_supported_reports

Value:
'_open_runs', 'Open runs', ('_orphan_runs', 'Orphan runs'),