Class RpmsReportChartPoint
- java.lang.Object
-
- io.jenkins.plugins.report.genericdiff.RpmsReportChartPoint
-
public class RpmsReportChartPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description RpmsReportChartPoint(int buildNumber, String buildName, int installed, int removed, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildName()
String
getBuildNameShortened()
int
getBuildNumber()
int
getInstalled()
int
getRemoved()
int
getTotal()
-
-
-
Constructor Detail
-
RpmsReportChartPoint
public RpmsReportChartPoint(int buildNumber, String buildName, int installed, int removed, int total)
-
-