Package com.atlassian.bamboo.config
Class UserPreferencesDataProvider
- java.lang.Object
-
- com.atlassian.bamboo.config.UserPreferencesDataProvider
-
- All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider
,com.google.common.base.Supplier<com.atlassian.json.marshal.Jsonable>
,Supplier<com.atlassian.json.marshal.Jsonable>
public class UserPreferencesDataProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
-
-
Constructor Summary
Constructors Constructor Description UserPreferencesDataProvider(BambooAuthenticationContext bambooAuthenticationContext, BambooUserManager bambooUserManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.json.marshal.Jsonable
get()
Map<String,String>
getPreferences()
-
-
-
Constructor Detail
-
UserPreferencesDataProvider
@Inject public UserPreferencesDataProvider(BambooAuthenticationContext bambooAuthenticationContext, BambooUserManager bambooUserManager)
-
-