public class

UnresolvedIssuesByFixVersionFragment

extends AbstractMultiFragment
implements ProjectTabPanelFragment
java.lang.Object
   ↳ com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
     ↳ com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractMultiFragment
       ↳ com.atlassian.jira.plugin.projectpanel.fragment.impl.UnresolvedIssuesByFixVersionFragment

Class Overview

Fragment to display unresolved issues by fix version in the Issues Project Tab Panel

Summary

Nested Classes
class UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil  
[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
Public Constructors
UnresolvedIssuesByFixVersionFragment(VelocityManager velocityManager, ApplicationProperties applicationProperites, JiraAuthenticationContext jiraAuthenticationContext)
Public Methods
String getId()
Returns fragmet's ID.
boolean showFragment(BrowseContext ctx)
Protected Methods
Map<StringObject> createVelocityParams(BrowseContext ctx)
Creates new map of velocity parameters.
String getTemplateDirectoryPath()
Returns the path to the template directory
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
From class java.lang.Object
From interface com.atlassian.jira.plugin.projectpanel.fragment.ProjectTabPanelFragment

Public Constructors

public UnresolvedIssuesByFixVersionFragment (VelocityManager velocityManager, ApplicationProperties applicationProperites, JiraAuthenticationContext jiraAuthenticationContext)

Public Methods

public String getId ()

Returns fragmet's ID.

Returns
  • id of the fragment, never null

public boolean showFragment (BrowseContext ctx)

Protected Methods

protected Map<StringObject> createVelocityParams (BrowseContext ctx)

Creates new map of velocity parameters.

This map contains:

  • fragid - value returned by getId()
  • project - project got from the context passed in
  • i18n - i18n bean from the authentication context
Parameters
ctx browse context
Returns
  • new velocity parameters map

protected String getTemplateDirectoryPath ()

Returns the path to the template directory

Returns
  • the path to the template directory