public abstract class BlueOceanUrlObject
extends Object
Defines properties associated with mapping of class Jenkins ModeObject to a a menu Action item to jump
to respective BlueOcean page.
- Author:
- Vivek Pandey
- See Also:
-
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
BlueOceanUrlObject 
public BlueOceanUrlObject()
-
Method Details 
-
getDisplayName 
@NonNull
public abstract String getDisplayName()
- Returns:
- Gives display name of the link to open BlueOcean page. e.g. 'Open Blue Ocean'
-
getUrl 
@NonNull
public abstract String getUrl()
- Returns:
- Gives url to the BlueOcean page.
-
getIconUrl 
@NonNull
public abstract String getIconUrl()
- Returns:
- Gives Icon URL that goes with the link