Interface StructureIntegrationDetails


@Internal public interface StructureIntegrationDetails
With this interface a Structure extension may inform that the plugin adds new features to particular structures.
Register you component in the atlassian-plugin.xml file:
 <structure-integration-details-provider key="KEY" class="YOUR_IMPLEMENTATION_CLASS"/>
 
  • Method Details

    • getProductIconUrl

      String getProductIconUrl()
      Returns:
      URL of the plugin Logo
    • selectIntegratedStructures

      @Nullable LongSet selectIntegratedStructures(@NotNull LongSet structureIds)
      Returns:
      selected structures this plugin integrates with (add new features).
      null - if the plugin does not support this operation, e.g. no efficient implementation is possible.