Class BlueFavoriteResolver
java.lang.Object
io.jenkins.blueocean.rest.factory.BlueFavoriteResolver
- All Implemented Interfaces:
- ExtensionPoint
Resolves favorite for a given model object 
Item
 For example:
 A favorite multi-branch project might resolve to a master branch pipeline- Author:
- Vivek Pandey
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ExtensionList<BlueFavoriteResolver> all()abstract BlueFavoriteResolves a favoriteItemto another model object asBlueFavorite
- 
Constructor Details- 
BlueFavoriteResolverpublic BlueFavoriteResolver()
 
- 
- 
Method Details- 
resolveResolves a favoriteItemto another model object asBlueFavorite- Parameters:
- item- given favorite item that might resolve to another model object as favorite
- Returns:
- favorite item. null if it can't resolve.
 
- 
all
 
-