mrdon / speakeasy-plugin

Atlassian plugin that provides per-user module access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlassian Speakeasy is a plugin that allows users to author, enable, and share extensions for Atlassian products.

http://confluence.atlassian.com/display/DEVNET/Speakeasy+Overview

When getting started developing the Speakeasy plugin, these commands will come in handy

* Start the plugin in the desired product:
  Refapp: mvn refapp:debug
  Confluence: mvn refapp:debug -Dproduct=confluence
  JIRA: mvn refapp:debug -Dproduct=jira
  Bamboo: mvn refapp:debug -Dproduct=bamboo

* Deploy the plugin at runtime in the desired product:
  Refapp: mvn refapp:cli
  Confluence: mvn refapp:cli -Dproduct=confluence
  JIRA: mvn refapp:cli -Dproduct=jira

* Deploy the test plugin (code in src/test/resources) with the cli
  'tpi' for test plugin installation, works like the usual 'pi'

* Test your changes in all three products at once - open up three terminals and execute the above refapp:debug commands,
  one per product.  You will also need three more tabs for each of the 'cli' invocations.

About

Atlassian plugin that provides per-user module access


Languages

Language:Java 52.7%Language:JavaScript 40.2%Language:HTML 3.8%Language:CSS 1.6%Language:mupad 1.6%Language:Shell 0.0%