Class RpmsReportOneRecord

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

public class RpmsReportOneRecord extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • setLastProject

      public void setLastProject(String lastProject)
    • getLastProject

      public String getLastProject()
    • getCommand

      public String getCommand()
    • getId

      public String getId()
    • sanitizeId

      public static String sanitizeId(String id)
    • 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)