When creating Active Objects upgrade tasks, there is a ModelVersion parameter accessible in the upgrade() method: public void upgrade(ModelVersion currentVersion, ActiveObjects ao) { ... } Is i...
...ere is some documentation I've already looked at. I assume the answer is in here, but I am not finding it. Persistence in Confluence Writing User Macros User Macro Template Syntax T...
Hi guys, I recently finished my plugin that uses ao. It works very well on my local machine with atlas sdk. I used the same version (6.0.2) in the sdk as in the live system. But today I install...
Hi folks: I am developing a Bamboo plugin (but I guess this applies to any Atlassian product) where I need to access a data base totally unrelated to that of Bamboo. I plan to use JPA if possible. ...
I am relatively new to this topic Active Objects and i need a good reading matter. Where can i find some examples or how tos to ActiveObjects. How to query Entities and so... thanks for the hint...
I need to store longer data than the default (which seems to be varchar(255) for strings). However, we've already started using my plugin in production, and the prod database already has a table wit...
I am writing a plugin that requires some config to be stored via an admin screen, and accessed by a REST service. It appears that both Bandana and PluginSettings are feasible ways to do this. ...
Hello! As Confluence documentation says, there are three main persistence APIs available to plugin developers. What is the best API for storing large and complex data structures? Are there any p...
...ut perhaps there are other ways it can be done. [edit] From some further research, it appears that the page Persistence in Confluence contains some good ideas for persisting data, and that these seem t...
Copied to clipboard