public class

MentionFinderImpl

extends Object
implements MentionFinder
java.lang.Object
   ↳ com.atlassian.jira.mention.MentionFinderImpl

Summary

Public Constructors
MentionFinderImpl()
Public Methods
Iterable<String> getMentionedUsernames(String content)
Get all usernames mentioned in the content
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.mention.MentionFinder

Public Constructors

public MentionFinderImpl ()

Public Methods

public Iterable<String> getMentionedUsernames (String content)

Get all usernames mentioned in the content

Parameters
content the content
Returns
  • the usernames that were mentioned