How to get ProvisionFactory in plugin development
Hi,
I'm developing a pre-condition plugin to check the state of a change-set related work-item.
I've find out how to get the change-set (starting from delivery operation) and I need to use ChangeSetLinks.findLinks method to get the links.
This method requires a ProviderFactory object that I can't find out. I tried with ClientProviderFactory but I've got an error because "is not accessible due to restriction on required library com.ibm.team.scm.client_2.0.0.I200906081830.jar".
Is there another way to get it (maybe useful also for a server side plugin)??
Thanks for every answer.
I'm developing a pre-condition plugin to check the state of a change-set related work-item.
I've find out how to get the change-set (starting from delivery operation) and I need to use ChangeSetLinks.findLinks method to get the links.
This method requires a ProviderFactory object that I can't find out. I tried with ClientProviderFactory but I've got an error because "is not accessible due to restriction on required library com.ibm.team.scm.client_2.0.0.I200906081830.jar".
Is there another way to get it (maybe useful also for a server side plugin)??
Thanks for every answer.