Class BlueTestResultFactory
java.lang.Object
io.jenkins.blueocean.rest.factory.BlueTestResultFactory
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Result ofgetBlueTestResults(Run, Reachable)
that holds summary and iterable of BlueTestResultNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlueTestResults
(Run<?, ?> run, Reachable parent) static BlueTestResultFactory.Result
-
Constructor Details
-
BlueTestResultFactory
public BlueTestResultFactory()
-
-
Method Details
-
getBlueTestResults
- Parameters:
run
- to find tests forparent
- run or node that this belongs to- Returns:
- implementation of BlueTestResult matching your TestResult or
BlueTestResultFactory.Result.notFound()
-
resolve
-