com.atlassian.jira.my_home
Class MyJiraHomeSelectionProvider

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
      extended by com.atlassian.jira.my_home.MyJiraHomeSelectionProvider
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider

public class MyJiraHomeSelectionProvider
extends AbstractJiraContextProvider

Provides the current My JIRA Home (the plugin module key).


Field Summary
static String MY_JIRA_HOME_PROPERTY_KEY
           
 
Constructor Summary
MyJiraHomeSelectionProvider(MyJiraHomePreference preference)
           
 
Method Summary
 Map getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 
Methods inherited from class com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
getContextMap, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MY_JIRA_HOME_PROPERTY_KEY

public static final String MY_JIRA_HOME_PROPERTY_KEY
See Also:
Constant Field Values
Constructor Detail

MyJiraHomeSelectionProvider

public MyJiraHomeSelectionProvider(@Nonnull
                                   MyJiraHomePreference preference)
Method Detail

getContextMap

public Map getContextMap(@Nullable
                         com.atlassian.crowd.embedded.api.User user,
                         @Nonnull
                         JiraHelper jiraHelper)
Specified by:
getContextMap in class AbstractJiraContextProvider


Copyright © 2002-2013 Atlassian. All Rights Reserved.