Package copr :: Package client :: Module responses :: Class BuildMixin
[hide private]
[frames] | no frames]

Class BuildMixin

source code


Provides methods related to individual builds Object must have fields "client" and "build_id"

Instance Methods [hide private]
 
get_build_status(self) source code
 
get_build_details(self) source code
 
cancel_build(self) source code
 
__str__(self)
str(x)
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)