Class BuildReportPlugin

java.lang.Object
io.jenkins.plugins.report.jtreg.model.BuildReport
io.jenkins.plugins.report.jtreg.model.BuildReportPlugin
All Implemented Interfaces:
Serializable

public class BuildReportPlugin extends io.jenkins.plugins.report.jtreg.model.BuildReport
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    BuildReportPlugin(int buildNumber, String buildName, int passed, int failed, int error, List<io.jenkins.plugins.report.jtreg.model.Suite> suites, int total, int notRun)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class io.jenkins.plugins.report.jtreg.model.BuildReport

    getBuildName, getBuildNumber, getError, getFailed, getNotRun, getPassed, getRun, getSuites, getTotal, isInvalid

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BuildReportPlugin

      public BuildReportPlugin(int buildNumber, String buildName, int passed, int failed, int error, List<io.jenkins.plugins.report.jtreg.model.Suite> suites, int total, int notRun)
  • Method Details

    • getBuildNameShortened

      public String getBuildNameShortened()