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