Uses of Interface
com.atlassian.jira.plugin.versionpanel.VersionContext

Packages that use VersionContext
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.plugin.versionpanel.impl   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.web.action.browser   
 

Uses of VersionContext in com.atlassian.jira.plugin.versionpanel
 

Classes in com.atlassian.jira.plugin.versionpanel that implement VersionContext
 class VersionContextImpl
          Maintains the current context for a version.
 

Methods in com.atlassian.jira.plugin.versionpanel with parameters of type VersionContext
 String VersionTabPanel.getHtml(VersionContext context)
          Run this tab panel for a given Version Browser action.
 boolean VersionTabPanel.showPanel(VersionContext context)
          Whether or not to show this panel for the given action, project and version.
 

Uses of VersionContext in com.atlassian.jira.plugin.versionpanel.impl
 

Methods in com.atlassian.jira.plugin.versionpanel.impl with parameters of type VersionContext
protected  StatisticAccessorBean GenericTabPanel.createStatisticAccessorBean(VersionContext context, boolean limitToUnresolved)
           
protected  Map PopularIssuesTabPanel.createVelocityParams(VersionContext context)
           
protected  Map SummaryTabPanel.createVelocityParams(VersionContext context)
           
protected  Map GenericTabPanel.createVelocityParams(VersionContext context)
           
 String GenericTabPanel.getHtml(VersionContext context)
           
protected  Collection SummaryTabPanel.getIssuesByVersion(VersionContext context)
           
 boolean GenericTabPanel.showPanel(VersionContext context)
          Returns true if fix for version field is visible, false otherwise.
 

Uses of VersionContext in com.atlassian.jira.plugin.webfragment.model
 

Methods in com.atlassian.jira.plugin.webfragment.model that return VersionContext
 VersionContext VersionHelper.getVersionContext()
           
 

Constructors in com.atlassian.jira.plugin.webfragment.model with parameters of type VersionContext
VersionHelper(javax.servlet.http.HttpServletRequest request, VersionContext versionContext)
           
 

Uses of VersionContext in com.atlassian.jira.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that return VersionContext
 VersionContext VersionBrowser.getVersionContext()
          Constructs a version context for the fix for version.
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.