Build Completion notification through Plain Java APIs
![]()
I am trying to build a RTC Jazz client, that would get notified when a build is completed.
The intention is to have a client listening for completion of the build and trigger a local script.
Can you please let me know, if there are any listeners that can be implemented and registered against the RTC server ? I did find the APIs that can used as en extension for RCP Client. But I am looking for Plain Java APIs, if available.
|
2 answers
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Jan 17 '14, 4:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Some parts of the Build API are discussed here:
https://jazz.net/library/article/1229 https://jazz.net/library/article/807 I think you need to listen to an RSS Feed or poll the build API. I don't think you can use event handlers in the client. The Client does not get build events. Comments Thanks for responding.
The solution that you have mentioned was something I was thinking of as a last option. I am not keen in implementing a solution that keeps on polling the server for build completion status. Although I could optimize the polling interval based on the average build duration.
I am interested in exploring the option mentioned in the following link
The downside of this approach is that this solution is not a standalone one, and will be a plugin to Mometics. But I think I am fine with that.
Please, do let me know your thoughts on this.
|