com.atlassian.jira.plugin.componentpanel.impl
Class RoadMapTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.componentpanel.impl.GenericTabPanel
      extended by com.atlassian.jira.plugin.componentpanel.impl.AbstractSummaryTabPanel
          extended by com.atlassian.jira.plugin.componentpanel.impl.RoadMapTabPanel
All Implemented Interfaces:
ComponentTabPanel

public class RoadMapTabPanel
extends AbstractSummaryTabPanel

This class implements road map tab panel.

Since:
v3.10

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.componentpanel.impl.AbstractSummaryTabPanel
applicationProperties, constantsManager, searchProvider, versionManager
 
Fields inherited from class com.atlassian.jira.plugin.componentpanel.impl.GenericTabPanel
authenticationContext, projectManager
 
Constructor Summary
RoadMapTabPanel(ProjectManager projectManager, JiraAuthenticationContext authenticationContext, VersionManager versionManager, ConstantsManager constantsManager, SearchProvider searchProvider, ApplicationProperties applicationProperties)
           
 
Method Summary
protected  Map createVelocityParams(ComponentContext context)
          Adds title message to the velocity params created in the super method
protected  Collection getVersions(Long projectId)
          Returns a collection of unreleased versions for given project
 
Methods inherited from class com.atlassian.jira.plugin.componentpanel.impl.AbstractSummaryTabPanel
getGraphModel, getIssuesByFixForVersion, getResolvedIssuesCount
 
Methods inherited from class com.atlassian.jira.plugin.componentpanel.impl.GenericTabPanel
createStatisticAccessorBean, getHtml, init, showPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoadMapTabPanel

public RoadMapTabPanel(ProjectManager projectManager,
                       JiraAuthenticationContext authenticationContext,
                       VersionManager versionManager,
                       ConstantsManager constantsManager,
                       SearchProvider searchProvider,
                       ApplicationProperties applicationProperties)
Method Detail

createVelocityParams

protected Map createVelocityParams(ComponentContext context)
Adds title message to the velocity params created in the super method

Overrides:
createVelocityParams in class AbstractSummaryTabPanel
Parameters:
context - component context
Returns:
velocity params map

getVersions

protected Collection getVersions(Long projectId)
Returns a collection of unreleased versions for given project

Specified by:
getVersions in class AbstractSummaryTabPanel
Parameters:
projectId - project id
Returns:
a collection of unreleased versions for given project


Copyright © 2002-2007 Atlassian. All Rights Reserved.