public class TimeSeriesUnkownFailuresChart extends TimeSeriesChart
intervalSize
filter, GRAPH_OTHERS, GRAPH_UNCATEGORIZED, GRAPH_UNKNOWN, graphTitle, MAX_GRAPH_ELEMENTS, MAX_YEARS_FOR_TIME_GRAPH, project
Constructor and Description |
---|
TimeSeriesUnkownFailuresChart(long timestamp,
int defaultW,
int defaultH,
Job project,
GraphFilterBuilder filter,
int intervalSize,
String graphTitle)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.jfree.chart.JFreeChart |
createGraph() |
getLowerGraphBound
getBuildNumbers
public TimeSeriesUnkownFailuresChart(long timestamp, int defaultW, int defaultH, Job project, GraphFilterBuilder filter, int intervalSize, String graphTitle)
timestamp
- timestamp for this project graph, used for HTTP caching. Set to -1 if timestamp is not needed.defaultW
- width of the graph in pixelsdefaultH
- height of the graph in pixelsproject
- the parent project of this graph, set to null for non-project graphsfilter
- the filter used when fetching data for this graphintervalSize
- the interval sizes in which the data is groupedgraphTitle
- The title of the graphprotected org.jfree.chart.JFreeChart createGraph()
createGraph
in class TimeSeriesChart
Copyright © 2016–2019. All rights reserved.