I'm working a developing a custom Plugin .
Can Crucible/Fisheye experts help to how do I fetch PluginId for using ImpersonationService in Crucible.
If one of your module classes implements the PluginIdAware interface, then you will be passed an instance of your PluginId.
FWIW, the ImpersonationService in Crucible will currently also accept 'null' being passed to the methods on ImpersonationService, however this may well change in future releases, so its best to have the PluginId correctly injected into your service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.