Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Comala Publishing provides a Java API for other add-ons to extend.

...

Code Block
<repository>
    <id>comalatech-public</id>
    <url>https://nexus.comalatech.com/content/groups/public/</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
    <releases>
        <enabled>true</enabled>
    </releases>
</repository>

...


Add a dependency on the publishing api library to your project

...

Currently the API provides a range of events that can be listened to via Confluence event listeners.  This allows your add-on to take some additional action once a publishing action has taken place.

View the Java API docs.