Can I create follow-up actions with a client plug-in?
One answer
Hi Yehiel,
There is a built-in client side precondition that checks for compilation errors. The precondition is run when the user attempts to deliver, and the delivery will not go through if there are compilation errors.
You can configure this precondition by doing the following:
There is a built-in client side precondition that checks for compilation errors. The precondition is run when the user attempts to deliver, and the delivery will not go through if there are compilation errors.
You can configure this precondition by doing the following:
- Open your project area in the Eclipse Client
- Click on the Process Configuration tab
- In the Configuration pane, expand Team Configuration > Operation Behavior
- In the Operations table, find the Source Control > Deliver (client) row and select the Everyone cell
- In the Preconditions section, click Add....
- Select the Clean Workspace precondition
If you want to add your own custom precondition, you can create a custom client side advisor. https://jazz.net/library/article/495/ has information on how to do so.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 04 '12, 11:12 a.m.A "follow-up action" is triggered by the operation on which the follow-up is defined. Is that what you had in mind? Or are you thinking about adding a new GUI action (e.g. via a new GUI button)? That would be something very different. Note: Please remember to phrase your question as a question.
Yehiel Glass
Oct 02 '12, 3:17 p.m.