Class LastVisitedNavigationItemHelper
java.lang.Object
com.atlassian.jira.projects.sidebar.lastvisited.LastVisitedNavigationItemHelper
Responsible for retrieving NavigationItems in the sidebar, including the summary
(which is not normally returned as it does not have a corresponding web-item).
-
Constructor Summary
ConstructorsConstructorDescriptionLastVisitedNavigationItemHelper(VelocityRequestContextFactory velocityRequestContextFactory, SidebarNavigationService sidebarNavigationService, LastVisitedNavigationItemProviderRegistry lastVisitedNavigationItemProviderRegistry) -
Method Summary
Modifier and TypeMethodDescriptiongetNavigationItemById(String navigationItemId, Project project) Given a web-item ID and a project, find the corresponding NavigationItem.
-
Constructor Details
-
Method Details