com.atlassian.jira.plugin.versionpanel.impl
Class SummaryTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.versionpanel.impl.GenericTabPanel
      extended by com.atlassian.jira.plugin.versionpanel.impl.SummaryTabPanel
All Implemented Interfaces:
VersionTabPanel

public class SummaryTabPanel
extends GenericTabPanel

Since:
v3.10

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.versionpanel.impl.GenericTabPanel
authenticationContext, searchProvider
 
Constructor Summary
SummaryTabPanel(JiraAuthenticationContext authenticationContext, VersionManager versionManager, ConstantsManager constantsManager, SearchProvider searchProvider, ApplicationProperties applicationProperties)
           
 
Method Summary
protected  Map createVelocityParams(VersionContext context)
           
protected  Collection getIssuesByVersion(VersionContext context)
           
 
Methods inherited from class com.atlassian.jira.plugin.versionpanel.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

SummaryTabPanel

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

createVelocityParams

protected Map createVelocityParams(VersionContext context)
Overrides:
createVelocityParams in class GenericTabPanel

getIssuesByVersion

protected Collection getIssuesByVersion(VersionContext context)


Copyright © 2002-2007 Atlassian. All Rights Reserved.