snapshot event handling in server plugin
scott herzinger (13●6●7)
| asked Dec 18 '12, 1:53 p.m.
retagged Oct 08 '15, 8:54 a.m. by David Lafreniere (4.8k●7)
I have developed plugins that implement OperationAdvisors and OperationParticipants for work item save and changeset/baseline delivery operations ("com.ibm.team.workitem.operation.workItemSave" and "com.ibm.team.workitem.operation.workItemSave", resp).
I also need to support snapshot events. I have several questions, starting with:
Thanks in advance for all suggestions, advice, etc.
Scott
|
One answer
For what it's worth, at various times I found info in client API docs that helped me, even on the server side, where it was often hard to find anything. I can't remember it that applied in this case, but I did eventually find a solution in which I subclassed IChangeEventHandler.
IChangeEventHandlerIChangeEventHandler IChangeEventHandler IChangeEventHandler |
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.
Comments
can't be client apis for a server side plugin.
event handler is just that.. handle the raw events.. I made one a couple years ago.. looking for it now..