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

Packages that use ChartFactory.VersionLabel
com.atlassian.jira.charts   
 

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

Methods in com.atlassian.jira.charts that return ChartFactory.VersionLabel
static ChartFactory.VersionLabel ChartFactory.VersionLabel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartFactory.VersionLabel[] ChartFactory.VersionLabel.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.VersionLabel
 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.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.