Package com.atlassian.jira.mention
Interface MentionFinder
- All Known Implementing Classes:
MentionFinderImpl
public interface MentionFinder
Given string content this class will return a set of usernames that were found in the content prefixed with
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptiongetMentionedUsernames
(String content) Get all usernames mentioned in the content
-
Method Details
-
getMentionedUsernames
Get all usernames mentioned in the content- Parameters:
content
- the content- Returns:
- the usernames that were mentioned
-