Get source code of import plugin of Eclipse
Hi,
I would like to get the source module : Import -> Team -> Work Items from CVS.
My goal consist to expand the functionality of this module. Could you tell me where i can retrieve it ?
More, All informations on this code interested me.
thank you
Regards
Jérémy
|
Accepted answer
Jeremy,
using the built-in Plugin Spy from Eclipse (Shift+ALT+F1) it seems that this UI is calling com.ibm.team.workitem.rcp.ui.internal.wizards.inport.WorkItemImportWizard You can find the associated source code in the RTC SDK which is available for download on jazz.net Notice that this part of the API is internal so it is not recommended to make extensions since it could change in future editions of RTC. But you might be able to work out your own import wizard from this source. If this answers your question please mark this as accepted. - Arne Jérémy Friant selected this answer as the correct answer
Comments
Jérémy Friant
commented Oct 03 '14, 4:29 a.m.
Hi Arne,
Thank you for your answers .
I found the associated source code in the RTC SDK.
My goal is just to add to this plugin an module to change the .CSV input.
Do you know how proceed to start after changing the import .CSV? What is the first class of the plugin, ImportWorkitemsMainPage.java ?
Best regards
Jérémy
|
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.