Class VersionOrderConfigItem
java.lang.Object
com.atlassian.jira.issue.customfields.config.item.VersionOrderConfigItem
- All Implemented Interfaces:
FieldConfigItemType
Represents version order configuration item on version picker custom field configuration page
-
Constructor Summary
ConstructorsConstructorDescriptionVersionOrderConfigItem(VersionManager versionManager, GenericConfigManager genericConfigManager, I18nHelper i18nHelper) -
Method Summary
Modifier and TypeMethodDescriptionCreates the base of the URL that links to the configuration screen for this type of configuration.getConfigurationObject(Issue issue, FieldConfig config) Returns an Object that holds the the configuration.The user interface name for this dimension of configuration.The i18n key for the user interface name for this dimension of configuration.Returns a key unique among FieldConfigItemType implementations for the configuration value so it can be retrieved from a key-value pair store.getViewHtml(FieldConfig fieldConfig, FieldLayoutItem fieldLayoutItem) Renders a view of the current configuration as html.
-
Constructor Details
-
VersionOrderConfigItem
public VersionOrderConfigItem(VersionManager versionManager, GenericConfigManager genericConfigManager, I18nHelper i18nHelper)
-
-
Method Details
-
getDisplayName
Description copied from interface:FieldConfigItemTypeThe user interface name for this dimension of configuration.- Specified by:
getDisplayNamein interfaceFieldConfigItemType- Returns:
- the name.
-
getDisplayNameKey
Description copied from interface:FieldConfigItemTypeThe i18n key for the user interface name for this dimension of configuration.- Specified by:
getDisplayNameKeyin interfaceFieldConfigItemType- Returns:
- the i18n key.
-
getViewHtml
Description copied from interface:FieldConfigItemTypeRenders a view of the current configuration as html.- Specified by:
getViewHtmlin interfaceFieldConfigItemType- Returns:
- the view html.
-
getObjectKey
Description copied from interface:FieldConfigItemTypeReturns a key unique among FieldConfigItemType implementations for the configuration value so it can be retrieved from a key-value pair store.- Specified by:
getObjectKeyin interfaceFieldConfigItemType- Returns:
- the configuration key.
-
getConfigurationObject
Description copied from interface:FieldConfigItemTypeReturns an Object that holds the the configuration.- Specified by:
getConfigurationObjectin interfaceFieldConfigItemType- Returns:
- the configuration value.
-
getBaseEditUrl
Description copied from interface:FieldConfigItemTypeCreates the base of the URL that links to the configuration screen for this type of configuration.- Specified by:
getBaseEditUrlin interfaceFieldConfigItemType- Returns:
- the URL.
-