Package io.jenkins.plugins.report.jtreg
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:
- Serialized Form
-
-
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, io.jenkins.plugins.report.jtreg.model.UrlsProvider urlProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createComparatorLinkUrl(LinkToComparator ltc, boolean configArgs)
String
createTestLinkUrl(TestLink testLink, String testName)
List<TestLink>
getAllTestLinks()
List<ComparatorLinksGroup>
getMatchedComparatorLinksGroups()
boolean
isDiffTool()
-
Methods inherited from class io.jenkins.plugins.report.jtreg.BuildReportExtended
getAddedSuites, getAllTests, getJob, getNextLink, getNextLinkName, getNotRun, getPreviousLink, getPreviousLinkName, getRemovedSuites, getTestChanges, getTotal
-
-
-
-
Constructor Detail
-
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, io.jenkins.plugins.report.jtreg.model.UrlsProvider urlProvider)
-
-
Method Detail
-
getMatchedComparatorLinksGroups
public List<ComparatorLinksGroup> getMatchedComparatorLinksGroups()
-
createComparatorLinkUrl
public String createComparatorLinkUrl(LinkToComparator ltc, boolean configArgs)
-
isDiffTool
public boolean isDiffTool()
-
-