How to get a list of all build engines
![]()
Hi Everyone,
How do I retrieve a list of all build engines via RTC API? Thanks Sunil |
3 answers
![]()
Check out the IBuildEngineQueryModel. You can also reference the example in https://jazz.net/wiki/bin/view/Main/BuildJavaProgrammingExamples for querying builds for general idea of how to setup a query.
~Spencer
|
![]()
If someone ever stumbles on this:
https://<jazz_fqdn>:<port>/ccm/rpt/repository/build?fields=build/buildEngine/id
Pirolla
|
![]()
Thanks for the link.
Is there a list of exposed fields somewhere? (active or not, the jenkins the engine is connected to...) |