com.sonyericsson.jenkins.plugins.bfa.graphs
Class TimeSeriesUnkownFailuresChart
java.lang.Object
hudson.util.Graph
com.sonyericsson.jenkins.plugins.bfa.graphs.BFAGraph
com.sonyericsson.jenkins.plugins.bfa.graphs.TimeSeriesChart
com.sonyericsson.jenkins.plugins.bfa.graphs.TimeSeriesUnkownFailuresChart
public class TimeSeriesUnkownFailuresChart
- extends TimeSeriesChart
Bar chart displaying the number of different failure causes for a project.
- Author:
- Fredrik Persson <fredrik6.persson@sonymobile.com>
Method Summary |
protected org.jfree.chart.JFreeChart |
createGraph()
|
Methods inherited from class hudson.util.Graph |
doMap, doPng |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSeriesUnkownFailuresChart
public TimeSeriesUnkownFailuresChart(long timestamp,
int defaultW,
int defaultH,
hudson.model.AbstractProject project,
GraphFilterBuilder filter,
int intervalSize,
String graphTitle)
- Default constructor.
- Parameters:
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 graph
createGraph
protected org.jfree.chart.JFreeChart createGraph()
- Overrides:
createGraph
in class TimeSeriesChart
Copyright © 2004-2014. All Rights Reserved.