com.atlassian.jira.charts.portlet
Class ResolutionTimeChartPortlet

java.lang.Object
  extended by com.atlassian.jira.portal.PortletImpl
      extended by com.atlassian.jira.charts.portlet.AbstractChartPortlet
          extended by com.atlassian.jira.charts.portlet.AbstractTimeChartPortlet
              extended by com.atlassian.jira.charts.portlet.ResolutionTimeChartPortlet
All Implemented Interfaces:
SearchRequestAwareChartPortlet, LazyLoadingPortlet, Portlet

public class ResolutionTimeChartPortlet
extends AbstractTimeChartPortlet

A chart that shows created vs resolved issues over time.

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.charts.portlet.AbstractChartPortlet
chartUtils, velocityRequestContextFactory
 
Fields inherited from class com.atlassian.jira.portal.PortletImpl
applicationProperties, authenticationContext, permissionManager
 
Constructor Summary
ResolutionTimeChartPortlet(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ApplicationProperties applicationProperties, VelocityRequestContextFactory velocityRequestContextFactory, ChartUtils chartUtils, ChartFactory chartFactory)
           
 
Method Summary
protected  String getDateFieldId()
           
protected  String getI18nPrefix()
           
protected  String getLabelSuffixKey()
           
protected  String getReportKey()
           
protected  long getYAxisTimePeriod()
           
 
Methods inherited from class com.atlassian.jira.charts.portlet.AbstractTimeChartPortlet
getSearchRequestViewHtml, getVelocityParams
 
Methods inherited from class com.atlassian.jira.charts.portlet.AbstractChartPortlet
generateCommonParameters, getDaysPrevious, getLoadingHtml, getStaticHtml
 
Methods inherited from class com.atlassian.jira.portal.PortletImpl
equals, getCornerThumbnail, getCornerThumbnailPath, getDescription, getDescriptor, getId, getIssueConstant, getListFromMultiSelectValue, getName, getObjectConfiguration, getPermission, getTemplateLocation, getThumbnailfile, getThumbnailPath, getViewHtml, hashCode, hasPermission, init, isEditablePortletConfig
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.portal.Portlet
getCornerThumbnail, getDescription, getDescriptor, getId, getName, getObjectConfiguration, getPermission, getTemplateLocation, getThumbnailfile, getViewHtml, hasPermission, init
 

Constructor Detail

ResolutionTimeChartPortlet

public ResolutionTimeChartPortlet(JiraAuthenticationContext authenticationContext,
                                  PermissionManager permissionManager,
                                  ApplicationProperties applicationProperties,
                                  VelocityRequestContextFactory velocityRequestContextFactory,
                                  ChartUtils chartUtils,
                                  ChartFactory chartFactory)
Method Detail

getYAxisTimePeriod

protected long getYAxisTimePeriod()
Specified by:
getYAxisTimePeriod in class AbstractTimeChartPortlet

getReportKey

protected String getReportKey()
Specified by:
getReportKey in class AbstractTimeChartPortlet

getI18nPrefix

protected String getI18nPrefix()
Specified by:
getI18nPrefix in class AbstractTimeChartPortlet

getDateFieldId

protected String getDateFieldId()
Specified by:
getDateFieldId in class AbstractTimeChartPortlet

getLabelSuffixKey

protected String getLabelSuffixKey()
Specified by:
getLabelSuffixKey in class AbstractTimeChartPortlet


Copyright © 2002-2009 Atlassian. All Rights Reserved.