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

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 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

0 votes



One answer

Permanent link
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

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
× 10,939

Question asked: Nov 23 '11, 10:01 a.m.

Question was seen: 6,276 times

Last updated: Nov 23 '11, 10:01 a.m.

Confirmation Cancel Confirm