Package coprs :: Package logic :: Module api_logic :: Class MonitorWrapper
[hide private]
[frames] | no frames]

Class MonitorWrapper

source code


Instance Methods [hide private]
 
__init__(self, copr, monitor_data)
Params...
source code
 
render_packages(self)
NOTE: individual records for the same package must be "grouped" together in self.monitor_data
source code
 
to_dict(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, copr, monitor_data)
(Constructor)

source code 

Params
------
copr : copr for which we want to get monitor data
monitor_data : list(tuple(package, build, build_chroot, mock_chroot))
    the list must be ordered by package (!)

Overrides: object.__init__