Package com.atlassian.jira.project
Class ProjectHistoryLinkFactory
java.lang.Object
com.atlassian.jira.project.ProjectHistoryLinkFactory
- All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider
public class ProjectHistoryLinkFactory
extends Object
implements com.atlassian.plugin.web.api.provider.WebItemProvider
A SimpleLinkFactory that produces links to Browse Project for recently viewed project except for the current Project
- Since:
- v4.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectHistoryLinkFactory
(VelocityRequestContextFactory velocityRequestContextFactory, InternalProjectPermissionHelper projectPermissionHelper, UserProjectHistoryManager userHistoryManager, I18nHelper.BeanFactory beanFactory) -
Method Summary
-
Field Details
-
MAX_RECENT_PROJECTS_TO_SHOW
public static final int MAX_RECENT_PROJECTS_TO_SHOW- See Also:
-
-
Constructor Details
-
ProjectHistoryLinkFactory
public ProjectHistoryLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, InternalProjectPermissionHelper projectPermissionHelper, UserProjectHistoryManager userHistoryManager, I18nHelper.BeanFactory beanFactory)
-
-
Method Details
-
getItems
- Specified by:
getItems
in interfacecom.atlassian.plugin.web.api.provider.WebItemProvider
-