How to get ServiceHistoryProvider
![](http://jazz.net/_images/myphoto/d03772a09f2a7324cc1403cf24c26e44.jpg)
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