I am developing a plugin for Bitbucket and I am adding a couple of settings at the repository level.
Can I use PluginSettings to save the data at the repository level or is PluginSettings used only for Global settings?
Also, I have a very small data to be saved. Probably one table. Is PluginSettings the way to go or should I use Active Objects?
Please let me know your thoughts and experiences with both.
Thanks, Kaushik