Package com.atlassian.jira.plugin.index
Class DefaultEntityIndexExtractorModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<EntityIndexExtractor<?>>
com.atlassian.jira.plugin.index.DefaultEntityIndexExtractorModuleDescriptor
- All Implemented Interfaces:
JiraResourcedModuleDescriptor<EntityIndexExtractor<?>>,com.atlassian.plugin.ModuleDescriptor<EntityIndexExtractor<?>>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware
public class DefaultEntityIndexExtractorModuleDescriptor
extends AbstractJiraModuleDescriptor<EntityIndexExtractor<?>>
Descriptor of modules which can add fields to indexes of issues, changes, work logs, and comments.
- Since:
- v10.4
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionDefaultEntityIndexExtractorModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory) -
Method Summary
Methods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, init, isResourceExist, writeHtmlMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Constructor Details
-
DefaultEntityIndexExtractorModuleDescriptor
public DefaultEntityIndexExtractorModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
-
Method Details
-
enabled
public void enabled()- Specified by:
enabledin interfacecom.atlassian.plugin.StateAware- Overrides:
enabledin classAbstractJiraModuleDescriptor<EntityIndexExtractor<?>>
-
disabled
public void disabled()- Specified by:
disabledin interfacecom.atlassian.plugin.StateAware- Overrides:
disabledin classAbstractJiraModuleDescriptor<EntityIndexExtractor<?>>
-
equals
- Specified by:
equalsin interfacecom.atlassian.plugin.ModuleDescriptor<EntityIndexExtractor<?>>- Overrides:
equalsin classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<EntityIndexExtractor<?>>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.atlassian.plugin.ModuleDescriptor<EntityIndexExtractor<?>>- Overrides:
hashCodein classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<EntityIndexExtractor<?>>
-