Class BuildSummaryLOCLineChart
java.lang.Object
com.atlassian.bamboo.charts.AbstractBambooChart
com.atlassian.bamboo.reports.charts.BambooReportLineChart
com.atlassian.bamboo.clover.reports.charts.BuildSummaryCodeLinesLineChart
com.atlassian.bamboo.clover.reports.charts.BuildSummaryLOCLineChart
- All Implemented Interfaces:
ChartBuilder
,BambooPluginModule
,org.jfree.chart.labels.XYSeriesLabelGenerator
,org.jfree.chart.labels.XYToolTipGenerator
Chart showing LOC (lines of code).
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
AbstractBambooChart.AutoRange, AbstractBambooChart.NotifyListeners
-
Field Summary
Fields inherited from class com.atlassian.bamboo.reports.charts.BambooReportLineChart
cachedPlanManager, dataSet, resultsSummaryManager
Fields inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel
-
Constructor Summary
ConstructorDescriptionBuildSummaryLOCLineChart
(com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Method Summary
Methods inherited from class com.atlassian.bamboo.clover.reports.charts.BuildSummaryCodeLinesLineChart
generateToolTip, getJFreeChart
Methods inherited from class com.atlassian.bamboo.reports.charts.BambooReportLineChart
generateChartParams, generateLabel, getDataSet, getResultsSummaryManager, setCachedPlanManager, setDataSet, setResultsSummaryManager
Methods inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
configureDurationRangeAxis, configureDurationRangeAxis, configureDurationRangeAxisForSeconds, generateChartImage, generateChartImage, generateRandomMapName, getChartTitle, getContextPath, getHeight, getWidth, getxAxisLabel, getyAxisLabel, isShortUrlUsed, setChartTitle, setContextPath, setHeight, setShortUrlUsed, setWidth, setxAxisLabel, setyAxisLabel
-
Constructor Details
-
BuildSummaryLOCLineChart
public BuildSummaryLOCLineChart(com.atlassian.sal.api.message.I18nResolver i18nResolver)
-