com.atlassian.jira.admin.contextproviders
Class ProjectPanelContextProvider
java.lang.Object
com.atlassian.jira.admin.contextproviders.AdminSummaryPanelContextProvider
com.atlassian.jira.admin.contextproviders.ProjectPanelContextProvider
- All Implemented Interfaces:
- com.atlassian.plugin.web.ContextProvider
public class ProjectPanelContextProvider
- extends AdminSummaryPanelContextProvider
- implements com.atlassian.plugin.web.ContextProvider
Provides the Project Panel on the Admin Summary Screen
- Since:
- v4.4
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_RECENT_PROJECTS_TO_SHOW
public static final int MAX_RECENT_PROJECTS_TO_SHOW
- See Also:
- Constant Field Values
ProjectPanelContextProvider
public ProjectPanelContextProvider(UserProjectHistoryManager userProjectHistoryManager,
JiraAuthenticationContext authenticationContext,
ProjectService projectManager,
VelocityRequestContextFactory requestContextFactory,
SearchProvider searchProvider,
SimpleLinkManager linkManager,
AvatarManager avatarManager)
init
public void init(Map<String,String> params)
throws com.atlassian.plugin.PluginParseException
- Specified by:
init in interface com.atlassian.plugin.web.ContextProvider- Overrides:
init in class AdminSummaryPanelContextProvider
- Throws:
com.atlassian.plugin.PluginParseException
getContextMap
public Map<String,Object> getContextMap(Map<String,Object> context)
- Specified by:
getContextMap in interface com.atlassian.plugin.web.ContextProvider
Copyright © 2002-2012 Atlassian. All Rights Reserved.