代码托管 CodeArts Repo-查询某个仓库的特定提交信息:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
error |
Error object |
响应错误 |
result |
SpecificCommitInfo object |
响应结果 |
status |
String |
响应状态 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
提交对应的SHA id |
short_id |
String |
提交对应的短SHA id |
title |
String |
提交标题 |
author_name |
String |
作者 |
author_email |
String |
作者邮箱 |
committer_name |
String |
提交作者 |
committer_email |
String |
提交作者邮箱 |
created_at |
String |
创建时间 |
message |
String |
提交信息 |
parent_ids |
Array of strings |
父提交id |
committed_date |
String |
提交时间 |
authored_date |
String |
作者提交时间 |
stats |
stats object |
变更行数 |
last_pipeline |
last_pipeline object |
流水线信息 |