Class JiraAdminLinkManager
java.lang.Object
com.atlassian.administration.quicksearch.jira.spi.JiraAdminLinkManager
- All Implemented Interfaces:
AdminLinkManager
JIRA implementation of
AdminLinkManager.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionJiraAdminLinkManager(SimpleLinkProvider simpleLinkProvider, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptiongetSection(String location, UserContext userContext) Return root section representing given location.
-
Constructor Details
-
JiraAdminLinkManager
public JiraAdminLinkManager(SimpleLinkProvider simpleLinkProvider, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
getSection
Description copied from interface:AdminLinkManagerReturn root section representing given location.- Specified by:
getSectionin interfaceAdminLinkManager- Parameters:
location- location to look intouserContext- current user context- Returns:
- section representing root of the section/link tree, never
null
-