Package coprs :: Package logic :: Module builds_logic :: Class BuildsLogic
[hide private]
[frames] | no frames]

Class BuildsLogic

source code


Instance Methods [hide private]

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

Class Methods [hide private]
 
get(cls, user, build_id) source code
 
get_multiple(cls, user, **kwargs) source code
 
get_waiting_builds(cls, user) source code
 
get_by_ids(cls, user, ids) source code
 
add(cls, user, pkgs, copr) source code
 
new(cls, user, build, copr) source code
 
update_state_from_dict(cls, user, build, upd_dict) source code
 
cancel_build(cls, user, build) source code
Properties [hide private]

Inherited from object: __class__