Uses of Class
io.jenkins.plugins.report.jtreg.items.ComparatorLinksGroup
-
Packages that use ComparatorLinksGroup Package Description io.jenkins.plugins.report.jtreg -
-
Uses of ComparatorLinksGroup in io.jenkins.plugins.report.jtreg
Methods in io.jenkins.plugins.report.jtreg that return types with arguments of type ComparatorLinksGroup Modifier and Type Method Description List<ComparatorLinksGroup>
JenkinsReportJckGlobalConfig. getComparatorLinksGroups()
static List<ComparatorLinksGroup>
JenkinsReportJckGlobalConfig. getGlobalComparatorLinksGroups()
List<ComparatorLinksGroup>
BuildReportExtendedPlugin. getMatchedComparatorLinksGroups()
Method parameters in io.jenkins.plugins.report.jtreg with type arguments of type ComparatorLinksGroup Modifier and Type Method Description void
JenkinsReportJckGlobalConfig. setComparatorLinksGroups(List<ComparatorLinksGroup> comparatorLinksGroups)
Constructor parameters in io.jenkins.plugins.report.jtreg with type arguments of type ComparatorLinksGroup Constructor Description JenkinsReportJckGlobalConfig(String toolsUrl, List<ComparatorLinksGroup> comparatorLinksGroups, List<ConfigItem> configItems, List<TestLink> testLinks)
-