public class TimeTrackingViewIssueContextProvider extends Object implements CacheableContextProvider
Constructor and Description |
---|
TimeTrackingViewIssueContextProvider(JiraAuthenticationContext authenticationContext,
AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory,
TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getContextMap(Map<String,Object> context) |
protected javax.servlet.http.HttpServletRequest |
getRequest(Map<String,Object> context)
Method that retrieves the HttpServletRequest by the numerous methods that JIRA uses.
|
String |
getUniqueContextKey(Map<String,Object> context)
Return a key that is unique for the scope that this context should be scoped.
|
void |
init(Map<String,String> params) |
public TimeTrackingViewIssueContextProvider(JiraAuthenticationContext authenticationContext, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory, TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory)
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.web.ContextProvider
com.atlassian.plugin.PluginParseException
public Map<String,Object> getContextMap(Map<String,Object> context)
getContextMap
in interface com.atlassian.plugin.web.ContextProvider
public String getUniqueContextKey(Map<String,Object> context)
CacheableContextProvider
getUniqueContextKey
in interface CacheableContextProvider
context
- the context passed into the getContextMap method.protected javax.servlet.http.HttpServletRequest getRequest(Map<String,Object> context)
context
- the context passed into the getContextMap method.Copyright © 2002-2024 Atlassian. All Rights Reserved.