Interface SimpleLinkProvider
- All Known Implementing Classes:
DefaultSimpleLinkProvider
public interface SimpleLinkProvider
Provides links and sections for given context. Wraps the acutal components in the target environments.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetLinksForSection(String section, ApplicationUser user, JiraHelper jiraHelper) Links in given section.getSectionsForLocation(String location, ApplicationUser user, JiraHelper jiraHelper) Sections for location.
-
Method Details
-
getSectionsForLocation
List<SimpleLinkSection> getSectionsForLocation(String location, ApplicationUser user, JiraHelper jiraHelper) Sections for location.- Parameters:
location- locationuser- userjiraHelper- JIRA helper- Returns:
- sections for given location
- See Also:
-
getLinksForSection
Links in given section.- Parameters:
section- sectionuser- userjiraHelper- JIRA helper- Returns:
- links in given section
- See Also:
-