Scroll Plugin Descriptor

Scroll Plugin Descriptor

When developing a plugin for Scroll you need a plugin descriptor to tell Scroll about how to handle/integrate the plugin. The plugin descriptor must be in a single file called scroll-plugin.xml which is referenced by the atlassian-plugin.xml.

A plugin descriptor basically consists of a scroll-plugin root element having a plugin-info child element, and multiple elements which specify the plugin modules.

<?xml version="1.0" encoding="UTF-8"?>
<scroll-plugin>

    <plugin-info>
        <application-version min="1.0"/>
    </plugin-info>

    :
    plugin modules
    :

</scroll-plugin>

The plugin modules are described in the description of the individual Plugin Modules Types.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.