Loading Jira FishEye Plugin API classes inside our custom plugin classes

Karanam Subbarao January 8, 2013

I want to load Jira FishEye Plugin classes inside my PLugin. What is the best way to load the classes and execute the methods on the FishEye Plugin

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 8, 2013

The fisheye plugin exposes some of its functionality via components.You can use them if that gets you what you want. You can just add the plugin dependency and import those components to your plugin.

Suggest an answer

Log in or Sign up to answer