从TeamCity的REST Api

时间:2015-06-30 11:11:40

标签: teamcity

我正在使用TeamCity的REST api来获取特定更改的已更改文件列表。 我是这样做的: http://teamcityserver:8111/httpAuth/app/rest/changes/id

在结果中,我得到了一堆“文件”xml节点。但是,对于每个文件,我想知道对其执行的操作(是否已添加此文件?已删除?已编辑?),并且此信息不存在于文件节点中。

有没有办法从api获取这些信息?

(我正在使用TeamCity 9,如果相关的话)

1 个答案:

答案 0 :(得分:1)

I just got a response from TeamCity support saying that it's not possible:

"Unfortunately it is not possible to get the file action via REST API".