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
applicationProperites, jiraAuthenticationContext, velocityManager
 
Constructor Summary
RecentIssuesFragment(JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.velocity.VelocityManager velocityManager, SearchProvider searchProvider, ApplicationProperties applicationProperites)
           
 
Method Summary
 java.lang.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,
                            com.atlassian.velocity.VelocityManager velocityManager,
                            SearchProvider searchProvider,
                            ApplicationProperties applicationProperites)
Method Detail

getId

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

Returns:
id of the fragment, never null


Copyright © 2002-2010 Atlassian. All Rights Reserved.