Package com.atlassian.jira.issue.fields
Class DefaultValueConfigItem
java.lang.Object
com.atlassian.jira.issue.fields.DefaultValueConfigItem
- All Implemented Interfaces:
FieldConfigItemType
A
FieldConfigItemType
that represents a default value for the system field.-
Constructor Summary
Constructors -
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 config, FieldLayoutItem fieldLayoutItem) Renders a view of the current configuration as html.
-
Constructor Details
-
DefaultValueConfigItem
-
-
Method Details
-
getDisplayName
Description copied from interface:FieldConfigItemType
The user interface name for this dimension of configuration.- Specified by:
getDisplayName
in interfaceFieldConfigItemType
- Returns:
- the name.
-
getDisplayNameKey
Description copied from interface:FieldConfigItemType
The i18n key for the user interface name for this dimension of configuration.- Specified by:
getDisplayNameKey
in interfaceFieldConfigItemType
- Returns:
- the i18n key.
-
getViewHtml
Description copied from interface:FieldConfigItemType
Renders a view of the current configuration as html.- Specified by:
getViewHtml
in interfaceFieldConfigItemType
- Returns:
- the view html.
-
getObjectKey
Description copied from interface:FieldConfigItemType
Returns a key unique among FieldConfigItemType implementations for the configuration value so it can be retrieved from a key-value pair store.- Specified by:
getObjectKey
in interfaceFieldConfigItemType
- Returns:
- the configuration key.
-
getConfigurationObject
Description copied from interface:FieldConfigItemType
Returns an Object that holds the the configuration.- Specified by:
getConfigurationObject
in interfaceFieldConfigItemType
- Returns:
- the configuration value.
-
getBaseEditUrl
Description copied from interface:FieldConfigItemType
Creates the base of the URL that links to the configuration screen for this type of configuration.- Specified by:
getBaseEditUrl
in interfaceFieldConfigItemType
- Returns:
- the URL.
-