Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Event Handling - not configurable

Hi,

In the "Project Area -> Process Configuration ->Event Handling", I see four events for "Process" but none can be configured. Same in the "Team Configuration" area for Event Handling. Why is this?

Thanks!

0 votes



2 answers

Permanent link
Hi,

In the "Project Area -> Process Configuration ->Event Handling", I see four events for "Process" but none can be configured. Same in the "Team Configuration" area for Event Handling. Why is this?

Thanks!


Event handlers are contributed using extension point com.ibm.team.process.service.eventHandlers. If you didn't see any available handler, that means there is no handlers registered in the running time. If you are interested in event handling, you can refer to two extension points: com.ibm.team.process.service.configurationPoints and com.ibm.team.process.service.eventHandlers. You can use the first extension point to define events. And the second extension point is use to contribute handlers for the given events.

0 votes


Permanent link
Huangqf:
Do you have a sample or any reference guide to setup this event handler. Appreciate your help.

Thanks,
Hi,

In the "Project Area -> Process Configuration ->Event Handling", I see four events for "Process" but none can be configured. Same in the "Team Configuration" area for Event Handling. Why is this?

Thanks!


Event handlers are contributed using extension point com.ibm.team.process.service.eventHandlers. If you didn't see any available handler, that means there is no handlers registered in the running time. If you are interested in event handling, you can refer to two extension points: com.ibm.team.process.service.configurationPoints and com.ibm.team.process.service.eventHandlers. You can use the first extension point to define events. And the second extension point is use to contribute handlers for the given events.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 19 '11, 7:10 a.m.

Question was seen: 4,388 times

Last updated: Nov 19 '11, 7:10 a.m.

Confirmation Cancel Confirm