Class RpmsReportActionOneSummary

java.lang.Object
io.jenkins.plugins.report.genericdiff.RpmsReportActionOneSummary

public class RpmsReportActionOneSummary extends Object
  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getNoChanges

      public String getNoChanges()
    • getChanged

      public String getChanged()
    • getAdded

      public String getAdded()
    • getRemoved

      public String getRemoved()
    • getID

      public String getID()
    • getStderr

      public String getStderr()
    • getNewRpms

      public List<String> getNewRpms()
    • getRemovedRpms

      public List<String> getRemovedRpms()
    • getAllRpms

      public List<String> getAllRpms()
    • getNewRpmsSize

      public int getNewRpmsSize()
    • getRemovedRpmsSize

      public int getRemovedRpmsSize()
    • getAllRpmsSize

      public int getAllRpmsSize()