Does anyone know if there exists a java API for Rational Synergy/CM? I need to perform queries from inside a small java program.
Asked
Active
Viewed 911 times
2 Answers
0
Yes there are a Eclipse plugin for CM Synergy ( old name Continuus), you can download it from IBM spport site, The company Telelogic was bought by IBM.

Ali ISSA
- 398
- 2
- 10
0
I've seen source code of Telelogic Synergy plugin for CruiseControl.NET continuous integration server and connectivity with Synergy was done by executing its command line tool and parsing output.

Kytutr
- 26
- 1
- 5
-
Yes, I created my own Java class that called the ccm executable directly. – Henrik May 19 '11 at 14:56