public interface NameBasedModuleProperties extends PluginModuleProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
DESCRIPTION_I18N_KEY |
static String |
MODULE_KEY |
static String |
MODULE_NAME |
static String |
NAME_I18N_KEY |
PRODUCT_ID| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDescriptionI18nKey() |
String |
getModuleKey() |
String |
getModuleName() |
String |
getNameI18nKey() |
void |
setDescription(String desc) |
void |
setDescriptionI18nKey(String key) |
void |
setModuleKey(String name) |
void |
setModuleName(String name) |
void |
setNameI18nKey(String key) |
addI18nProperty, getI18nProperties, getProductId, getProperty, includeExamples, propertyNames, setIncludeExamples, setProductId, setPropertystatic final String DESCRIPTION
static final String DESCRIPTION_I18N_KEY
static final String MODULE_NAME
static final String MODULE_KEY
static final String NAME_I18N_KEY
void setDescription(String desc)
String getDescription()
void setDescriptionI18nKey(String key)
String getDescriptionI18nKey()
void setNameI18nKey(String key)
String getNameI18nKey()
void setModuleName(String name)
String getModuleName()
void setModuleKey(String name)
String getModuleKey()
Copyright © 2015 Atlassian. All rights reserved.