|
state = fields.Str()
|
|
started_on = fields.Int(dump_only= True)
|
|
ended_on = fields.Int(dump_only= True)
|
|
git_hash = fields.Str(dump_only= True)
|
|
chroot_name = fields.Str(dump_only= True, attribute= "name")
|
|
build_id = fields.Int(dump_only= True)
|
|
result_dir_url = fields.Str(dump_only= True)
|