Package com.atlassian.jira.bc.admin
Class ApplicationPropertyMetadata
java.lang.Object
com.atlassian.jira.bc.admin.ApplicationPropertyMetadata
Represents an individual property setting as defined in the jpm.xml file. This implementation models the various
metadata about a single JIRA application property and also provides access to some type and validation logic.
- Since:
- v4.4
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getType
-
getKey
-
isAdvancedSetting
public boolean isAdvancedSetting()Returns true if this property should appear on the "General Configuration > AdvancedSettings" page. -
isSysadminEditable
public boolean isSysadminEditable() -
isRequiresRestart
public boolean isRequiresRestart()Whether or not changing the property value requires a restart in order to take effect.- Returns:
- true only if the property requires a restart.
-
getName
-
getNameKey
-
getDescription
-
getDescriptionKey
-
getDefaultValue
-
getValidator
-
getEnumerator
-
validate
-
isAdminEditable
public boolean isAdminEditable() -
getExampleGenerator
-
getRequiredFeatureKey
-