com.atlassian.core.user.preferences
Interface Preferences
- All Known Implementing Classes:
- DefaultPreferences, UserPreferences
public interface Preferences
An interface to represent preferences objects within JIRA.
getLong
long getLong(String key)
setLong
void setLong(String key,
long i)
throws AtlassianCoreException
- Throws:
AtlassianCoreException
getString
String getString(String key)
setString
void setString(String key,
String value)
throws AtlassianCoreException
- Throws:
AtlassianCoreException
getBoolean
boolean getBoolean(String key)
setBoolean
void setBoolean(String key,
boolean b)
throws AtlassianCoreException
- Throws:
AtlassianCoreException
remove
void remove(String key)
throws AtlassianCoreException
- Throws:
AtlassianCoreException
Copyright © 2015 Atlassian. All rights reserved.