Class BuildReportExtendedPlugin

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

public class BuildReportExtendedPlugin extends io.jenkins.plugins.report.jtreg.BuildReportExtended
See Also:
  • Field Summary

    Fields inherited from class io.jenkins.plugins.report.jtreg.BuildReportExtended

    job

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

    dateIso, duration, durationIso, timestamp
  • Constructor Summary

    Constructors
    Constructor
    Description
    BuildReportExtendedPlugin(int buildNumber, String buildName, int passed, int failed, int error, List<io.jenkins.plugins.report.jtreg.model.Suite> suites, List<String> addedSuites, List<String> removedSuites, List<io.jenkins.plugins.report.jtreg.model.SuiteTestChanges> testChanges, int total, int notRun, io.jenkins.plugins.report.jtreg.model.SuitesWithResults allTests, String job, long timestamp, long duration, io.jenkins.plugins.report.jtreg.model.UrlsProvider urlProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createComparatorLinkUrl(LinkToComparator ltc, boolean configArgs)
     
    createTestLinkUrl(TestLink testLink, String testName)
     
     
     
    boolean
     

    Methods inherited from class io.jenkins.plugins.report.jtreg.BuildReportExtended

    getAddedSuites, getAllTests, getJob, getNextLink, getNextLinkName, getNotRun, getPreviousLink, getPreviousLinkName, getRemovedSuites, getTestChanges, getTotal

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

    getBuildName, getBuildNumber, getDateIso, getDuration, getDurationIso, getError, getFailed, getPassed, getRun, getSuites, getTimestamp, isInvalid

    Methods inherited from class java.lang.Object

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

    • BuildReportExtendedPlugin

      public BuildReportExtendedPlugin(int buildNumber, String buildName, int passed, int failed, int error, List<io.jenkins.plugins.report.jtreg.model.Suite> suites, List<String> addedSuites, List<String> removedSuites, List<io.jenkins.plugins.report.jtreg.model.SuiteTestChanges> testChanges, int total, int notRun, io.jenkins.plugins.report.jtreg.model.SuitesWithResults allTests, String job, long timestamp, long duration, io.jenkins.plugins.report.jtreg.model.UrlsProvider urlProvider)
  • Method Details

    • getMatchedComparatorLinksGroups

      public List<ComparatorLinksGroup> getMatchedComparatorLinksGroups()
    • createComparatorLinkUrl

      public String createComparatorLinkUrl(LinkToComparator ltc, boolean configArgs)
    • getAllTestLinks

      public List<TestLink> getAllTestLinks()
    • createTestLinkUrl

      public String createTestLinkUrl(TestLink testLink, String testName)
    • isDiffTool

      public boolean isDiffTool()