Class RpmsReportOneRecord
- java.lang.Object
-
- io.jenkins.plugins.report.genericdiff.RpmsReportOneRecord
-
public class RpmsReportOneRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description RpmsReportOneRecord(String command, String id, String maintitle, String nochanges, String updatedlines, String addedlines, String removedlines, String errortitle, String addedlineslong, String removedlineslong, String alllineslong, String addedlinesshort, String removedlinesshort, String alllinesshort)
-
Method Summary
-
-
-
Field Detail
-
ID_BASE
public static final String ID_BASE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RpmsReportOneRecord
@DataBoundConstructor public RpmsReportOneRecord(String command, String id, String maintitle, String nochanges, String updatedlines, String addedlines, String removedlines, String errortitle, String addedlineslong, String removedlineslong, String alllineslong, String addedlinesshort, String removedlinesshort, String alllinesshort)
-
-
Method Detail
-
setLastProject
public void setLastProject(String lastProject)
-
getLastProject
public String getLastProject()
-
getCommand
public String getCommand()
-
getId
public String getId()
-
getMaintitle
public String getMaintitle()
-
getNochanges
public String getNochanges()
-
getUpdatedlines
public String getUpdatedlines()
-
getAddedlines
public String getAddedlines()
-
getRemovedlines
public String getRemovedlines()
-
getErrortitle
public String getErrortitle()
-
getAddedlineslong
public String getAddedlineslong()
-
getRemovedlineslong
public String getRemovedlineslong()
-
getAlllineslong
public String getAlllineslong()
-
getAddedlinesshort
public String getAddedlinesshort()
-
getRemovedlinesshort
public String getRemovedlinesshort()
-
getAlllinesshort
public String getAlllinesshort()
-
setCommand
@DataBoundSetter public void setCommand(String command)
-
setId
public void setId(String id)
-
setMaintitle
@DataBoundSetter public void setMaintitle(String maintitle)
-
setNochanges
@DataBoundSetter public void setNochanges(String nochanges)
-
setUpdatedlines
@DataBoundSetter public void setUpdatedlines(String updatedlines)
-
setAddedlines
@DataBoundSetter public void setAddedlines(String addedlines)
-
setRemovedlines
@DataBoundSetter public void setRemovedlines(String removedlines)
-
setErrortitle
@DataBoundSetter public void setErrortitle(String errortitle)
-
setAddedlineslong
@DataBoundSetter public void setAddedlineslong(String addedlineslong)
-
setRemovedlineslong
@DataBoundSetter public void setRemovedlineslong(String removedlineslong)
-
setAlllineslong
@DataBoundSetter public void setAlllineslong(String alllineslong)
-
setAddedlinesshort
@DataBoundSetter public void setAddedlinesshort(String addedlinesshort)
-
setRemovedlinesshort
@DataBoundSetter public void setRemovedlinesshort(String removedlinesshort)
-
setAlllinesshort
@DataBoundSetter public void setAlllinesshort(String alllinesshort)
-
-