Skip to content

rmanalan/speakeasy-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 57.2%
  • JavaScript 42.8%