Methods in com.atlassian.jira.plugin.webfragment that return types with arguments of type SimpleLink |
List<SimpleLink> |
SimpleLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user,
Map<String,Object> params)
Generates a list of SimpleLink objects. |
List<SimpleLink> |
SimpleLinkManager.getLinksForSection(String section,
com.atlassian.crowd.embedded.api.User remoteUser,
JiraHelper jiraHelper)
Gets a list of SimpleLink for the given section. |
List<SimpleLink> |
SimpleLinkManager.getLinksForSection(String section,
com.atlassian.crowd.embedded.api.User remoteUser,
JiraHelper jiraHelper,
boolean addIconCachingPrefix)
Gets a list of SimpleLink for the given section. |
List<SimpleLink> |
SimpleLinkManager.getLinksForSectionIgnoreConditions(String section,
com.atlassian.crowd.embedded.api.User remoteUser,
JiraHelper jiraHelper)
Gets a list of SimpleLink for the given section, without
filtering links using the conditions specified for the links. |