Package | Description |
---|---|
com.atlassian.jira.charts |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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-2019 Atlassian. All Rights Reserved.