RTC Event handlers on Java client api
What are all the rtc events that can be captured from eclipse client..??? i am in need of capturing lots of event that happen on rtc from eclipse client, but not sure where to look for them. is there any documents that are available?
Currently i am need to capture the events like, adding/removing components to the stream and adding/deleting stream from project area.
Any help on these and tips to explore the event related api's will be greatly appreciated.
Thanks
|
2 answers
If you look at the process config, team config, Event handlers, source control, you will see event points where you can add a follow-up action.
|
Ralph Schoon (63.5k●3●36●46)
| answered Nov 18 '13, 9:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You want to look here for the operations and their ID's: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations . I have tried to give some guidelines in blogs. Start here: http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ . There are several more posts and searching for tags and keywords can help you find more information.
Comments I have looked into event handlers recently and this seems to be an API part that is not really used. However, if you look into the mail notification, you realize that there are other ways to asynchronously track and react changes.
Vijayakumar B
commented Nov 19 '13, 12:28 a.m.
@Sam @Ralph, Thanks for your responses. Sorry i was not clear on my query. i was looking for the event handler from plain Java api side. we build a plugin for our developers and our plugin does few things (refreshing the user repo details when flow target changes, rebuild the cacahe based on login). Similarly we need the events that will help us to capture stream/component addition to project area/steam
I am not a specialist for that. I would suggest to look into the SDK and how the Eclipse plugins get notified. I think for example the pending changes view polls.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.