Class AgileIssueWebPanelContextProvider

java.lang.Object
com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContextProvider
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider

public class AgileIssueWebPanelContextProvider extends Object implements com.atlassian.plugin.web.ContextProvider
Provides the velocity context for the Agile Issue Web Panel. See src/main/resources/templates/greenhopper/web/issue/panels/agile-panel.vm for implementation.
  • Constructor Details

    • AgileIssueWebPanelContextProvider

      public AgileIssueWebPanelContextProvider(SprintCustomFieldService sprintCustomFieldService, com.atlassian.jira.util.velocity.VelocityRequestContextFactory requestContextFactory, com.atlassian.jira.datetime.DateTimeFormatterFactory dateTimeFormatterFactory, WebUtilities webUtilities, EpicLinkManager epicLinkManager, EpicCustomFieldService epicCustomFieldService, RecentSprintHistoryService recentSprintHistoryService, com.atlassian.jira.config.FeatureManager featureManager)
  • Method Details

    • init

      public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
      Specified by:
      init in interface com.atlassian.plugin.web.ContextProvider
      Throws:
      com.atlassian.plugin.PluginParseException
    • getContextMap

      public Map<String,Object> getContextMap(Map context)
      Specified by:
      getContextMap in interface com.atlassian.plugin.web.ContextProvider