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

Class MonitorWrapper

source code


Instance Methods [hide private]
 
__init__(self, monitor_data)
:arg monitor_data: dict with fields:...
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, monitor_data)
(Constructor)

source code 

:arg monitor_data: dict with fields:
    "builds": list of models.Build,
    "chroots": list of chroot names
    "packages": tuple (pkg_name, pkg_version, build_results),
    "latest_build": models.Build,

Overrides: object.__init__