public class IssueTypeConfigContextProvider extends Object implements CacheableContextProvider
Modifier and Type | Class and Description |
---|---|
static class |
IssueTypeConfigContextProvider.IssueTypeConfigData |
Constructor and Description |
---|
IssueTypeConfigContextProvider(OrderFactory orderFactory) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getContextMap(Map<String,Object> context) |
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 IssueTypeConfigContextProvider(OrderFactory orderFactory)
public String getUniqueContextKey(Map<String,Object> context)
CacheableContextProvider
getUniqueContextKey
in interface CacheableContextProvider
context
- the context passed into the getContextMap method.public void init(Map<String,String> params)
init
in interface com.atlassian.plugin.web.ContextProvider
Copyright © 2002-2019 Atlassian. All Rights Reserved.