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 String
getAdded()
List<String>
getAllRpms()
int
getAllRpmsSize()
String
getChanged()
String
getDisplayName()
String
getID()
List<String>
getNewRpms()
int
getNewRpmsSize()
String
getNoChanges()
String
getRemoved()
List<String>
getRemovedRpms()
int
getRemovedRpmsSize()
String
getStderr()
-
-
-
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()
-
-