Class RpmsReportChartPoint
java.lang.Object
io.jenkins.plugins.report.genericdiff.RpmsReportChartPoint
-
Constructor Summary
ConstructorsConstructorDescriptionRpmsReportChartPoint(int buildNumber, String buildName, int installed, int removed, int total) -
Method Summary
-
Constructor Details
-
RpmsReportChartPoint
public RpmsReportChartPoint(int buildNumber, String buildName, int installed, int removed, int total)
-
-
Method Details
-
getBuildNameShortened
-
getBuildNumber
public int getBuildNumber() -
getBuildName
-
getInstalled
public int getInstalled() -
getRemoved
public int getRemoved() -
getTotal
public int getTotal()
-