How to get build engine of a build definition by java api
![]()
I am using java plain api to find build engine of a build definiton.
I have ever get build engine by writing ItemQuery with build definition id, but I got three same build engine. I think maybe I use wrong api. So please tell me how to get build engine by a build definition. Regards |
Accepted answer
![]()
I've added another example to our Build Java Progragmming Examples wiki page. The other examples may be useful to you as well, but I specifically made Querying for Build Engines that support a given Build Definition to answer this question.
Hope this helps, Scott Ralph Schoon selected this answer as the correct answer
|