It's all about the answers!

Ask a question

Operation Advisor to ChangeSet monitoring


Lorena Cortés (2654) | asked Nov 23 '11, 10:01 a.m.
Hi

I made a plugin to get the changes in the deliver operation (com.ibm.team.scm.server.deliver)
using this sentence:

************************************************
if (!(operationData instanceof DeliverOperationData)) {
************************************************

Now I want to build a plugin to get changeSet using the operationId com.ibm.team.scm.server.modifyChangeSet

what I have to write inside of DeliverOperationData?????

Where can I found a guide to know this????

Thanks

One answer



permanent link
sam detweiler (12.5k6194201) | answered Nov 23 '11, 10:11 a.m.
there is no 'guide'.. you will have to review the Javadoc (just released in 3.0.1.1) and discover the methods yourself.

I posted a complete Save Advisor in
https://jazz.net/forums/viewtopic.php?t=19872

I assume that the DeliverOperationData data type will contain references to other methods u would require.

Sam

Your answer


Register or to post your answer.