Class 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:
    BlueOceanUrlObjectFactory
    • Constructor Detail

      • BlueOceanUrlObject

        public BlueOceanUrlObject()
    • Method Detail

      • 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