Class DueIssuesFragment
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.DueIssuesFragment
- All Implemented Interfaces:
ProjectTabPanelFragment,VersionTabPanelFragment
The fragment which displays the earliest issues due
- 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
ConstructorsConstructorDescriptionDueIssuesFragment(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperites, JiraAuthenticationContext jiraAuthenticationContext, SearchService searchService, DateTimeFormatterFactory dateTimeFormatterFactory, FieldVisibilityManager fieldVisibilityManager) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the fragment's unique HTML ID.booleanWhether or not to include a fragment.Methods inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractIssuesFragment
createVelocityParams, getTemplateDirectoryPathMethods 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
-
DueIssuesFragment
@Inject public DueIssuesFragment(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperites, JiraAuthenticationContext jiraAuthenticationContext, SearchService searchService, DateTimeFormatterFactory dateTimeFormatterFactory, FieldVisibilityManager fieldVisibilityManager)
-
-
Method Details
-
getId
Description copied from interface:ProjectTabPanelFragmentReturns the fragment's unique HTML ID.- Returns:
- the id of the fragment, never null
-
showFragment
Description copied from interface:ProjectTabPanelFragmentWhether or not to include a fragment. E.g. check permissions or if there is no content to render- Specified by:
showFragmentin interfaceProjectTabPanelFragment- Overrides:
showFragmentin classAbstractIssuesFragment- Parameters:
ctx- the browse context- Returns:
- True if the display issue count is greater than zero, and there are issues returned by the search request.
-