Class RpmsReportChartPoint


  • public class RpmsReportChartPoint
    extends Object
    • Constructor Detail

      • RpmsReportChartPoint

        public RpmsReportChartPoint​(int buildNumber,
                                    String buildName,
                                    int installed,
                                    int removed,
                                    int total)
    • Method Detail

      • getBuildNameShortened

        public String getBuildNameShortened()
      • getBuildNumber

        public int getBuildNumber()
      • getBuildName

        public String getBuildName()
      • getInstalled

        public int getInstalled()
      • getRemoved

        public int getRemoved()
      • getTotal

        public int getTotal()