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

Class BuildStatusResponse

source code


Instance Methods [hide private]
 
__init__(self, client, response, build_id)
:param client: copr.main.Client :param response:
source code
 
repeat_action(self) source code

Inherited from BuildMixin: __str__, cancel_build, get_build_details, get_build_status

Inherited from BaseResponse: __getattr__, __unicode__

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

Class Variables [hide private]
  _simple_fields = [u'status', u'output', u'error']
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, client, response, build_id)
(Constructor)

source code 

:param client: copr.main.Client :param response:

Overrides: object.__init__
(inherited documentation)

repeat_action(self)

source code 
Overrides: BaseResponse.repeat_action