java.lang.Object | ||
↳ | com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> | |
↳ | com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<T> |
![]()
AbstractConfigurableModuleDescriptor<T>,
AbstractTabPanelModuleDescriptor<T extends TabPanel>,
AbstractWorkflowModuleDescriptor<T>,
AoImportHandlerModuleDescriptor,
AoOverviewHandlerModuleDescriptor,
AoPreImportHandlerModuleDescriptor,
AttachmentProcessorModuleDescriptor,
AuthorisationModuleDescriptor,
ContentLinkResolverDescriptor,
CustomFieldSearcherModuleDescriptorImpl,
CustomFieldTypeModuleDescriptorImpl,
DefaultSimpleLinkFactoryModuleDescriptor,
EntityPropertyConditionHelperModuleDescriptor,
EntityPropertyIndexDocumentModuleDescriptorImpl,
EntitySearchExtractorModuleDescriptorImpl,
and
30 others.
|
![]()
ComponentTabPanelModuleDescriptorImpl,
ProjectTabPanelModuleDescriptorImpl,
ReportModuleDescriptorImpl,
VersionTabPanelModuleDescriptorImpl,
WorkflowConditionModuleDescriptor,
WorkflowFunctionModuleDescriptor,
WorkflowValidatorModuleDescriptor
|
Base class for JIRA Plugin ModuleDescriptors.
Note: This class should not be considered as actually part of the API. It is in the jira-api module for legacy compatibility only.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Please use i18nBean.getText() instead. Since 5.0
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance of the Module.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
This method is deprecated.
Please use i18nBean.getText() instead. Since 5.0
key | the property key |
---|
IOException |
---|
Creates an instance of the Module.
This is called by the lazy load logic of getModule() and is suitable for overriding in subclasses if they want to customize how the Module class is instantiated.