Using the built-in plugin modules

The Atlassian Plugin framework contains several jars that provide plugin modules you can use. Using these modules usually involves three basic steps:

  1. Add the jar containing the module descriptor to your application
  2. Add the module descriptor class instance to your instance of DefaultModuleDescriptorFactory
  3. Add code in your application to consume the module type

Rate this page: