TFS API的确切用途是什么? [英] What is the exact use of TFS API's?

查看:121
本文介绍了TFS API的确切用途是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是TFS API的确切用途?

解决方案

嗨Ramakrishna2012,



感谢您在此发帖。



简而言之,您可以使用TFS API(客户端对象模型)和Rest API可以访问和获取TFS中的数据,或者使用您自己的应用程序和服务集成工作项跟踪,版本控制,构建和其他服务,具体取决于您的要求。例如,
您可以使用API​​(客户端对象模型)来创建工作项而无需在Visual Studio或Web Access中操作:


https://msdn.microsoft.com/en-us/library/bb130322% 28v = vs.120%29.aspx?f = 255& MSPPError = -2147217396


或者您可以使用Rest Api间接排队构建:


https://www.visualstudio .com / zh-cn / docs / integrate / api / build / builds#queue-a-build


所以你可以扩展TFS以达到你的要求。



最好的问候


Limitxiao Gao



What is  the exact use of TFS API's?

解决方案

Hi Ramakrishna2012,

Thank you for posting here.

In short, you could TFS API(Client Object Model) and Rest API to access and get the data in TFS, or integrate work item tracking, version control, build, and other services with your own application and service depend on your requirement. For example, you could use the API(Client Object Model) to create work item without operating in Visual Studio or Web Access:

https://msdn.microsoft.com/en-us/library/bb130322%28v=vs.120%29.aspx?f=255&MSPPError=-2147217396

Or you could use the Rest Api to queue a build indirectly:

https://www.visualstudio.com/en-us/docs/integrate/api/build/builds#queue-a-build

So you could extend the TFS to achieve your requirement.

Best Regards

Limitxiao Gao


这篇关于TFS API的确切用途是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆