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:
  • Field Summary

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

    dateIso, duration, durationIso, timestamp
  • 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, long timestamp, long duration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    getBuildName, getBuildNumber, getDateIso, getDuration, getDurationIso, getError, getFailed, getNotRun, getPassed, getRun, getSuites, getTimestamp, 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, long timestamp, long duration)
  • Method Details

    • getBuildNameShortened

      public String getBuildNameShortened()