Uses of Class
io.jenkins.plugins.report.jtreg.items.TestLink
-
Packages that use TestLink Package Description io.jenkins.plugins.report.jtreg -
-
Uses of TestLink in io.jenkins.plugins.report.jtreg
Methods in io.jenkins.plugins.report.jtreg that return types with arguments of type TestLink Modifier and Type Method Description List<TestLink>
BuildReportExtendedPlugin. getAllTestLinks()
static List<TestLink>
JenkinsReportJckGlobalConfig. getGlobalTestLinks()
List<TestLink>
JenkinsReportJckGlobalConfig. getTestLinks()
Methods in io.jenkins.plugins.report.jtreg with parameters of type TestLink Modifier and Type Method Description String
BuildReportExtendedPlugin. createTestLinkUrl(TestLink testLink, String testName)
Method parameters in io.jenkins.plugins.report.jtreg with type arguments of type TestLink Modifier and Type Method Description void
JenkinsReportJckGlobalConfig. setTestLinks(List<TestLink> testLinks)
-