Interface TranslationTransformModuleDescriptor
- All Superinterfaces:
JiraResourcedModuleDescriptor<TranslationTransform>,com.atlassian.plugin.ModuleDescriptor<TranslationTransform>,OrderableModuleDescriptor,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
TranslationTransformModuleDescriptorImpl
public interface TranslationTransformModuleDescriptor
extends JiraResourcedModuleDescriptor<TranslationTransform>, OrderableModuleDescriptor
Interface defining module descriptors for the
TranslationTransform plugin point.
TranslationTransform modules are OrderableModuleDescriptor so that transforms can be applied in a
deterministic order.
- Since:
- v5.1
-
Method Summary
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtmlMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrderMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey