Package | Description |
---|---|
com.atlassian.jira.charts |
Modifier and Type | Method and Description |
---|---|
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 |
PieChart.generateChart(ApplicationUser remoteUser,
SearchRequest searchRequest,
String statisticType,
int desiredChartWidth,
int desiredChartHeight) |
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 |
PieChart.generateInlineChart(ApplicationUser remoteUser,
SearchRequest searchRequest,
String statisticType,
int desiredChartWidth,
int desiredChartHeight) |
Chart |
DefaultChartFactory.generatePieChart(ChartFactory.ChartContext context,
String statisticType) |
Chart |
ChartFactory.generatePieChart(ChartFactory.ChartContext context,
String statisticType)
Generates a pie chart for a particular field.
|
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.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.