How to get ServiceHistoryProvider
Hi I need to have ServiceHistoryProvider to use:
scmService.getHistoryForVersionable(ServiceHistoryProvider, versionableHandle, 2, false, null, monitor);
I can get this : IHistoryProvider historyProvider = abstructService.getService(IHistoryProvider.class);
but don't know how to get the ServiceHistoryProvider.
Thanks,
Yehiel