Interface Preferences
- All Known Implementing Classes:
DefaultPreferences
,UserPreferences
Deprecated.
since 8.8 no replacement
An interface to represent preferences objects within JIRA.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String key) Deprecated.long
Deprecated.Deprecated.void
Deprecated.void
setBoolean
(String key, boolean b) Deprecated.void
Deprecated.void
Deprecated.
-
Method Details
-
getLong
Deprecated. -
setLong
Deprecated.- Throws:
com.atlassian.core.AtlassianCoreException
-
getString
Deprecated. -
setString
Deprecated.- Throws:
com.atlassian.core.AtlassianCoreException
-
getBoolean
Deprecated. -
setBoolean
Deprecated.- Throws:
com.atlassian.core.AtlassianCoreException
-
remove
Deprecated.- Throws:
com.atlassian.core.AtlassianCoreException
-