Uses of Class
com.splunk.splunkjenkins.model.JunitTestCaseGroup
Packages that use JunitTestCaseGroup
-
Uses of JunitTestCaseGroup in com.splunk.splunkjenkins.model
Subclasses of JunitTestCaseGroup in com.splunk.splunkjenkins.model -
Uses of JunitTestCaseGroup in com.splunk.splunkjenkins.utils
Methods in com.splunk.splunkjenkins.utils that return types with arguments of type JunitTestCaseGroupModifier and TypeMethodDescriptionstatic List<JunitTestCaseGroup>
TestCaseResultUtils.getBuildReport
(Run build, int pageSize) Get the Junit report from build Extract from either TestResultAction or AggregatedTestResultActionstatic List<JunitTestCaseGroup>
TestCaseResultUtils.getBuildReport
(Run build, int pageSize, List<String> ignoredTestActions) Get the Junit report from build Extract from either TestResultAction or AggregatedTestResultActionstatic <T extends hudson.tasks.test.TestResult>
List<JunitTestCaseGroup>split test result into groups, each contains maximum pageSize testcasesstatic List<JunitTestCaseGroup>
TestCaseResultUtils.splitRaw
(hudson.tasks.test.AbstractTestResultAction resultAction, int pageSize)