Uses of Class
com.atlassian.jira.charts.ChartFactory.PeriodName

Packages that use ChartFactory.PeriodName
com.atlassian.jira.charts   
com.atlassian.jira.charts.jfreechart.util   
com.atlassian.jira.charts.util   
com.atlassian.jira.gadgets.system.util   
 

Uses of ChartFactory.PeriodName in com.atlassian.jira.charts
 

Methods in com.atlassian.jira.charts that return ChartFactory.PeriodName
static ChartFactory.PeriodName ChartFactory.PeriodName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartFactory.PeriodName[] ChartFactory.PeriodName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.charts with parameters of type ChartFactory.PeriodName
 Chart DefaultChartFactory.generateAverageAgeChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName)
           
 Chart ChartFactory.generateAverageAgeChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName)
          Generates what is essentially a bar chart showing the average time that issues have been open for over time.
 Chart DefaultChartFactory.generateCreatedVsResolvedChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName, ChartFactory.VersionLabel versionLabel, boolean cumulative, boolean showUnresolvedTrend)
           
 Chart ChartFactory.generateCreatedVsResolvedChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName, ChartFactory.VersionLabel versionLabels, boolean cumulative, boolean showUnresolvedTrend)
          Generates a created vs resolved line graph, showing the difference between created and resolved issues.
 Chart DefaultChartFactory.generateDateRangeTimeChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName, long yAxisTimePeriod, String labelSuffixKey, String dateFieldId)
           
 Chart ChartFactory.generateDateRangeTimeChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName, long yAxisTimePeriod, String labelSuffixKey, String dateFieldId)
          Generates a date range chart time, meaning a chart that shows time values for particular date ranges.
 Chart DefaultChartFactory.generateRecentlyCreated(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName)
           
 Chart ChartFactory.generateRecentlyCreated(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName)
          Generates a stacked bar chart showing the number of created/resolved issues for a certain time period.
 Chart DefaultChartFactory.generateTimeSinceChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName, boolean cumulative, String dateFieldId)
           
 Chart ChartFactory.generateTimeSinceChart(ChartFactory.ChartContext context, int days, ChartFactory.PeriodName periodName, boolean cumulative, String dateFieldId)
          Generates a chart showing the number of issues since a certain date field.
 

Uses of ChartFactory.PeriodName in com.atlassian.jira.charts.jfreechart.util
 

Methods in com.atlassian.jira.charts.jfreechart.util with parameters of type ChartFactory.PeriodName
static Class ChartUtil.getTimePeriodClass(ChartFactory.PeriodName periodName)
          Note: This could be made part of the PeriodName Enum, however I don't want to leak any JFreeChart classes out of this package, which is why I'd like to keep it in this Util.
 

Uses of ChartFactory.PeriodName in com.atlassian.jira.charts.util
 

Methods in com.atlassian.jira.charts.util with parameters of type ChartFactory.PeriodName
static int DataUtils.normalizeDaysValue(int days, ChartFactory.PeriodName period)
          Trims days to a range of [1...MAX_FOR_PERIOD] where the max is defined in jira-application.properties for each period.
 

Uses of ChartFactory.PeriodName in com.atlassian.jira.gadgets.system.util
 

Methods in com.atlassian.jira.gadgets.system.util that return ChartFactory.PeriodName
 ChartFactory.PeriodName ResourceDateValidator.validatePeriod(String fieldName, String periodName, Collection<ValidationError> errors)
           
 

Methods in com.atlassian.jira.gadgets.system.util with parameters of type ChartFactory.PeriodName
 int ResourceDateValidator.validateDaysPrevious(String fieldName, ChartFactory.PeriodName period, String days, Collection<ValidationError> errors)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.