Class RecentIssuesFragment
java.lang.Object
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractFragment
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractMultiFragment
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractIssuesFragment
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.RecentIssuesFragment
- All Implemented Interfaces:
ProjectTabPanelFragment,VersionTabPanelFragment
The fragment which displays the most recently updated issues
- Since:
- v4.0
-
Field Summary
Fields inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractIssuesFragment
TEMPLATE_DIRECTORY_PATHFields inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractFragment
authenticationContext, velocityManager -
Constructor Summary
ConstructorsConstructorDescriptionRecentIssuesFragment(JiraAuthenticationContext jiraAuthenticationContext, VelocityTemplatingEngine templatingEngine, SearchService searchService, ApplicationProperties applicationProperites, DateTimeFormatterFactory dateTimeFormatterFactory) -
Method Summary
Methods inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractIssuesFragment
createVelocityParams, getTemplateDirectoryPath, showFragmentMethods inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractFragment
getHtml, getIssueCountInSearchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.projects.legacy.projectpanel.fragment.ProjectTabPanelFragment
getHtml
-
Constructor Details
-
RecentIssuesFragment
@Inject public RecentIssuesFragment(JiraAuthenticationContext jiraAuthenticationContext, VelocityTemplatingEngine templatingEngine, SearchService searchService, ApplicationProperties applicationProperites, DateTimeFormatterFactory dateTimeFormatterFactory)
-
-
Method Details
-
getId
Description copied from interface:ProjectTabPanelFragmentReturns the fragment's unique HTML ID.- Returns:
- the id of the fragment, never null
-