|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface ReindexMessageManager
Manages messages for JIRA's administration section that inform users of the need to reindex due to configuration changes.
Method Summary | |
---|---|
void |
clear()
Clears any current message. |
String |
getMessage(com.atlassian.crowd.embedded.api.User user)
Get current message localised for given user. |
void |
pushMessage(com.atlassian.crowd.embedded.api.User user,
String i18nTask)
Pushes a new message. |
Method Detail |
---|
void pushMessage(com.atlassian.crowd.embedded.api.User user, String i18nTask)
user
- the user performing the task. May be null
, in which case a more generic
notification will be displayedi18nTask
- the i18n key of the task being performed.void clear()
String getMessage(com.atlassian.crowd.embedded.api.User user)
user
- the current user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |