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

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

public class RecentIssuesFragment
extends AbstractIssuesFragment

The fragment which displays the most recently updated issues

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractIssuesFragment
searchProvider, TEMPLATE_DIRECTORY_PATH
 
Fields inherited from class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractFragment
authenticationContext, velocityManager
 
Constructor Summary
RecentIssuesFragment(JiraAuthenticationContext jiraAuthenticationContext, VelocityTemplatingEngine templatingEngine, SearchProvider searchProvider, ApplicationProperties applicationProperites, DateTimeFormatterFactory dateTimeFormatterFactory)
           
 
Method Summary
 String getId()
          Returns fragmet's ID.
 
Methods inherited from class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractIssuesFragment
createVelocityParams, getTemplateDirectoryPath, showFragment
 
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

RecentIssuesFragment

public RecentIssuesFragment(JiraAuthenticationContext jiraAuthenticationContext,
                            VelocityTemplatingEngine templatingEngine,
                            SearchProvider searchProvider,
                            ApplicationProperties applicationProperites,
                            DateTimeFormatterFactory dateTimeFormatterFactory)
Method Detail

getId

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

Returns:
id of the fragment, never null


Copyright © 2002-2013 Atlassian. All Rights Reserved.