How to get the instance of ServiceConfigurationProvider used in Change Summary/Change Explorer views?
I am trying to write a RTC Eclipse client side plugin to export a customized change log report, to do that, i need an instance of ServiceConfigurationProvider to generate the full path of items.
I noticed that when you show a change in Change Summary/Change Explorer views, system would prompt you to select a Workspace/Stream to correctly show the information, i think that means it creates an instance of ServiceConfigurationProvider for us, so my question is, how can i get that one?
|
One answer
You can simple use the com.ibm.team.scm.common.internal.dto.ServiceConfigurationProvider.FACTORY to create the ServiceConfigurationProvider object you need.
Cheers.
|
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.
Comments
Dose anyone try to customize the built-in change log report too?