Class RpmsReportActionOneSummary
- java.lang.Object
-
- io.jenkins.plugins.report.genericdiff.RpmsReportActionOneSummary
-
public class RpmsReportActionOneSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description RpmsReportActionOneSummary(AbstractBuild<?,?> build, RpmsReportOneRecord publisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdded()List<String>getAllRpms()intgetAllRpmsSize()StringgetChanged()StringgetDisplayName()StringgetID()List<String>getNewRpms()intgetNewRpmsSize()StringgetNoChanges()StringgetRemoved()List<String>getRemovedRpms()intgetRemovedRpmsSize()StringgetStderr()
-
-
-
Constructor Detail
-
RpmsReportActionOneSummary
public RpmsReportActionOneSummary(AbstractBuild<?,?> build, RpmsReportOneRecord publisher)
-
-
Method Detail
-
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()
-
getNewRpmsSize
public int getNewRpmsSize()
-
getRemovedRpmsSize
public int getRemovedRpmsSize()
-
getAllRpmsSize
public int getAllRpmsSize()
-
-