It's all about the answers!

Ask a question

How to complete the changesets using java plain client libraries ?


vinitha dsouza (14719123) | asked Jul 31 '17, 7:50 a.m.

hello team

i am able to commit the changesets using below code :

 fWorkspace.commit(fChangeSet, Collections
                         .singletonList(fWorkspace.configurationOpFactory()
                                 .save(fileWorkingCopy)), fMonitor);
 
         
Is thee any API where i can Complete the changesets  ??

Thank you

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Aug 01 '17, 2:59 a.m.
JAZZ DEVELOPER
edited Jan 11 '19, 3:55 p.m. by David Lafreniere (4.8k7)

IWorkspaceConnection#closeChangeSets(changesets, monitor)

David Lafreniere selected this answer as the correct answer

Your answer


Register or 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.