I want to retrieve the list of repos inside a Bitbucket project that are using a particular plugin.
I have gone through the REST API documentation for Bitbucket but I can't seem to find a way to do it.
Using this, I can get the plugin information for only one repo.
http://bitbucket.org.com/rest/api/1.0/projects/$ProjectKey/repos/$RepoKey/settings/hooks/com.trimble.tekla.TeamCityTriggerHook-SonarFix:TeamcityTriggerHook
Is there a way with that I can retrieve all the repos using a particular (in my case Sonar Fix Teamcity TriggerHook plugin)?