Class BlueOceanUrlObject

java.lang.Object
io.jenkins.blueocean.rest.model.BlueOceanUrlObject

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 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