Class WhisperMessageProvider
java.lang.Object
com.atlassian.jira.plugins.whisper.WhisperMessageProvider
- All Implemented Interfaces:
com.atlassian.whisper.plugin.api.MessagesProvider
public class WhisperMessageProvider
extends Object
implements com.atlassian.whisper.plugin.api.MessagesProvider
-
Constructor Summary
ConstructorsConstructorDescriptionWhisperMessageProvider(com.atlassian.sal.api.user.UserManager userManager, JiraAuthenticationContext authContext, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, I18nHelper i18nHelper, HelpUrls helpUrls, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Method Summary
Modifier and TypeMethodDescriptionSet<com.atlassian.whisper.plugin.api.Message> Set<com.atlassian.whisper.plugin.api.Message> getMessagesForUser(com.atlassian.sal.api.user.UserProfile userProfile) booleanbooleanhasMessages(com.atlassian.sal.api.user.UserProfile user)
-
Constructor Details
-
WhisperMessageProvider
public WhisperMessageProvider(com.atlassian.sal.api.user.UserManager userManager, JiraAuthenticationContext authContext, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, I18nHelper i18nHelper, HelpUrls helpUrls, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
getMessagesForUser
public Set<com.atlassian.whisper.plugin.api.Message> getMessagesForUser(com.atlassian.sal.api.user.UserProfile userProfile) - Specified by:
getMessagesForUserin interfacecom.atlassian.whisper.plugin.api.MessagesProvider
-
getMessages
- Specified by:
getMessagesin interfacecom.atlassian.whisper.plugin.api.MessagesProvider
-
hasMessages
public boolean hasMessages()- Specified by:
hasMessagesin interfacecom.atlassian.whisper.plugin.api.MessagesProvider
-
hasMessages
public boolean hasMessages(com.atlassian.sal.api.user.UserProfile user) - Specified by:
hasMessagesin interfacecom.atlassian.whisper.plugin.api.MessagesProvider
-