com.atlassian.jira.plugin.projectpanel.fragment.impl
Class DueVersionsFragment

java.lang.Object
  extended by com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
      extended by com.atlassian.jira.plugin.projectpanel.fragment.impl.DueVersionsFragment
All Implemented Interfaces:
ComponentTabPanelFragment, ProjectTabPanelFragment

public class DueVersionsFragment
extends AbstractFragment
implements ComponentTabPanelFragment

Displays the top 3 versions which are unreleased and not archived for a project.

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
applicationProperites, jiraAuthenticationContext, velocityManager
 
Constructor Summary
DueVersionsFragment(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperites, JiraAuthenticationContext jiraAuthenticationContext, VersionManager versionManager)
           
 
Method Summary
protected  java.util.Map<java.lang.String,java.lang.Object> createVelocityParams(BrowseContext ctx)
          Creates new map of velocity parameters.
 java.lang.String getId()
          Returns fragmet's ID.
protected  java.lang.String getTemplateDirectoryPath()
          Returns the path to the template directory
 boolean showFragment(BrowseContext ctx)
          Whether or not to include a fragment.
 
Methods inherited from class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
getHtml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.plugin.projectpanel.fragment.ProjectTabPanelFragment
getHtml
 

Constructor Detail

DueVersionsFragment

public DueVersionsFragment(com.atlassian.velocity.VelocityManager velocityManager,
                           ApplicationProperties applicationProperites,
                           JiraAuthenticationContext jiraAuthenticationContext,
                           VersionManager versionManager)
Method Detail

getId

public java.lang.String getId()
Description copied from interface: ProjectTabPanelFragment
Returns fragmet's ID.

Specified by:
getId in interface ProjectTabPanelFragment
Returns:
id of the fragment, never null

getTemplateDirectoryPath

protected java.lang.String getTemplateDirectoryPath()
Description copied from class: AbstractFragment
Returns the path to the template directory

Specified by:
getTemplateDirectoryPath in class AbstractFragment
Returns:
the path to the template directory

createVelocityParams

protected java.util.Map<java.lang.String,java.lang.Object> createVelocityParams(BrowseContext ctx)
Description copied from class: AbstractFragment
Creates new map of velocity parameters.

This map contains:

Overrides:
createVelocityParams in class AbstractFragment
Parameters:
ctx - browse context
Returns:
new velocity parameters map

showFragment

public boolean showFragment(BrowseContext ctx)
Description copied from interface: ProjectTabPanelFragment
Whether or not to include a fragment. E.g. check permissios or if there is no contnent to render

Specified by:
showFragment in interface ProjectTabPanelFragment
Parameters:
ctx - The context that this fragment is being rendered in.
Returns:
true if the fragment should be shown, false otherwise


Copyright © 2002-2011 Atlassian. All Rights Reserved.