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, writeHtml
Methods 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, validate
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods 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:
enabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
enabled
in classAbstractJiraModuleDescriptor<EntityIndexExtractor<?>>
-
disabled
public void disabled()- Specified by:
disabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
disabled
in classAbstractJiraModuleDescriptor<EntityIndexExtractor<?>>
-
equals
- Specified by:
equals
in interfacecom.atlassian.plugin.ModuleDescriptor<EntityIndexExtractor<?>>
- Overrides:
equals
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<EntityIndexExtractor<?>>
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.atlassian.plugin.ModuleDescriptor<EntityIndexExtractor<?>>
- Overrides:
hashCode
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<EntityIndexExtractor<?>>
-