Package io.jenkins.blueocean.rest.factory
package io.jenkins.blueocean.rest.factory
-
ClassDescriptionResolves favorite for a given model object
Item
For example: A favorite multi-branch project might resolve to a master branch pipelineBlue Ocean configuration factory which allows different extensions to return configuration values.Maps JenkinsModelObject
to BlueOcean front end URLExtensionPoint
to provideBlueOceanUrlObject
for Jenkins model objectFactory that gives instance ofBluePipeline
It's useful for example in cases where a plugin that has custom project and they want to serve extra meta-data thru BluePipeline, would provide implementation of their BluePipeline and and implementation of BluePipelineFactory.Factory that gives instance ofBlueRun
Result ofBlueTestResultFactory.getBlueTestResults(Run, Reachable)
that holds summary and iterable of BlueTestResultAllows extensions to attachBlueTrend
data to aBluePipeline
for reports and visualization.