代码托管 CodeArts Repo-获取仓库上一次的提交统计信息:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
error |
Error object |
响应错误 |
result |
RepoCommitStatistics object |
响应结果 |
status |
String |
响应状态 |
参数 |
参数类型 |
描述 |
---|---|---|
all_branch_commits_count |
Integer |
仓库总提交次数 |
codelines |
Array of RepoDailyCodeline objects |
近15日每日代码提交行数 |
count |
Integer |
对应分支仓库总提交次数 |
event |
RepoStatisticsEvent object |
仓库统计状态 |
statistics |
Array of RepoStatistics objects |
仓库统计列表 |
total |
Integer |
仓库统计次数 |