Operation Advisor to ChangeSet monitoring
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 operationIdcom.ibm.team.scm.server.modifyChangeSet
what I have to write inside of DeliverOperationData?????
Where can I found a guide to know this????
Thanks
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
what I have to write inside of DeliverOperationData?????
Where can I found a guide to know this????
Thanks
One answer
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
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