Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git Teamcity REST API获取更改提交图_Git_Teamcity - Fatal编程技术网

Git Teamcity REST API获取更改提交图

Git Teamcity REST API获取更改提交图,git,teamcity,Git,Teamcity,是否有方法获取变更图的信息,以便我可以在另一个应用程序中重建teamcity变更界面 在teamcity更改屏幕上,我可以看到: 目前,我正在使用http://teamcity/httpAuth/app/rest/changes?locator=build:(id:19930)&fields=count,change:(版本、用户名、日期、href、注释、文件),changegraph 我可以在vcs\u changes\u graph表中看到信息,但我不想直接查询数据库

是否有方法获取变更图的信息,以便我可以在另一个应用程序中重建teamcity变更界面

在teamcity更改屏幕上,我可以看到:

目前,我正在使用
http://teamcity/httpAuth/app/rest/changes?locator=build:(id:19930)&fields=count,change:(版本、用户名、日期、href、注释、文件),changegraph

我可以在
vcs\u changes\u graph
表中看到信息,但我不想直接查询数据库