Package io.jenkins.plugins.genericchart
Class ReportChart
- java.lang.Object
-
- io.jenkins.plugins.genericchart.ReportChart
-
public class ReportChart extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportChartcreateReportChart(ChartModel m, PropertiesParser parser, Job<?,?> job)StringgetColor()List<ChartPoint>getPoints()intgetRangeAroundWlist()StringgetTitle()StringgetUnstableCondition()intgetWhiteListSizeWithoutSurroundings()
-
-
-
Method Detail
-
createReportChart
public static ReportChart createReportChart(ChartModel m, PropertiesParser parser, Job<?,?> job)
-
getTitle
public String getTitle()
-
getColor
public String getColor()
-
getPoints
public List<ChartPoint> getPoints()
-
getRangeAroundWlist
public int getRangeAroundWlist()
-
getWhiteListSizeWithoutSurroundings
public int getWhiteListSizeWithoutSurroundings()
-
getUnstableCondition
public String getUnstableCondition()
-
-