Class FeatureModuleDescriptor

  • All Implemented Interfaces:
    com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware

    @Deprecated(forRemoval=true)
    public class FeatureModuleDescriptor
    extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.3 no replacement
    Module descriptor for plugin modules that defines a feature for use within the FeatureService. The unqualified module key is the defined feature name.
    Since:
    5.3
    • Field Summary

      • Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

        key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureModuleDescriptor​(com.atlassian.plugin.module.ModuleFactory moduleFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Void getModule()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

        assertModuleClassImplements, checkPermissions, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
      • Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

        getDisplayName, init
    • Constructor Detail

      • FeatureModuleDescriptor

        public FeatureModuleDescriptor​(com.atlassian.plugin.module.ModuleFactory moduleFactory)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getModule

        public Void getModule()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getModule in interface com.atlassian.plugin.ModuleDescriptor<Void>
        Specified by:
        getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>