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
 Iterable<String> getMentionedUsernames(String content)
          Get all usernames mentioned in the content
 

Method Detail

getMentionedUsernames

Iterable<String> getMentionedUsernames(String content)
Get all usernames mentioned in the content

Parameters:
content - the content
Returns:
the usernames that were mentioned


Copyright © 2002-2014 Atlassian. All Rights Reserved.