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

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.ChangeLogTabPanel
All Implemented Interfaces:
ComponentTabPanel

public class ChangeLogTabPanel
extends AbstractSummaryTabPanel

This class implements change log 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
ChangeLogTabPanel(ProjectManager projectManager, JiraAuthenticationContext authenticationContext, SearchProvider searchProvider, VersionManager versionManager, ConstantsManager constantsManager, 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 released 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

ChangeLogTabPanel

public ChangeLogTabPanel(ProjectManager projectManager,
                         JiraAuthenticationContext authenticationContext,
                         SearchProvider searchProvider,
                         VersionManager versionManager,
                         ConstantsManager constantsManager,
                         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 released versions for given project

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


Copyright © 2002-2009 Atlassian. All Rights Reserved.