The Atlassian Plugin SDK
Atlassian provides plugin developers with a Software Development Kit (SDK). By using this SDK, developers can create plugins that extend the functionality of all Atlassian products. The SDK allows you to quickly connect and use the plugin development platform.
The Atlassian Plugin SDK makes your life easier by helping to do the following:
Build plugins for any Atlassian application with a single tool.
Create a plugin skeleton, specific to the Atlassian application you are developing for.
Download the application binaries, install your plugin, and start the application.
Dynamically re-install your plugin after changes during development. No restart required.
Write quality unit tests and integration tests.
Speed up the all-important code-deploy-test cycle.
Installing the Atlassian Plugin SDK
Before we can start building our first plugin, we have to install the Atlassian Plugin SDK. We will go through the steps required to install the SDK on a Windows system.
Prerequisites
First...