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:
  • 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, int comparedAgainstBuildNumber, String comparedAgainstBuildName, long comparedAgainstStart, long comparedAgainstDuration, io.jenkins.plugins.report.jtreg.model.UrlsProvider urlProvider, String endpoint)
  • 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()
    • getPreviousLink

      public String getPreviousLink()
    • getPreviousLinkName

      public String getPreviousLinkName()
    • getNextLink

      public String getNextLink()
    • getNextLinkName

      public String getNextLinkName()
    • getCustomTitle

      public String getCustomTitle()
    • getComparedAgainstCaption

      public String getComparedAgainstCaption()
    • getComparedAgainstLink

      public String getComparedAgainstLink()
    • getSecondaryReport

      public boolean getSecondaryReport()
    • getSecondaryReportLink

      public String getSecondaryReportLink()
    • getSecondaryReportText

      public String getSecondaryReportText()
    • getMainReportLink

      public String getMainReportLink()
    • getMainReportText

      public String getMainReportText()