Class DisplayURLProvider

  • All Implemented Interfaces:
    ExtensionPoint
    Direct Known Subclasses:
    ClassicDisplayURLProvider

    public abstract class DisplayURLProvider
    extends Object
    implements ExtensionPoint
    Generates URLs for well known UI locations for use in notifications (e.g. mailer, HipChat, Slack, IRC, etc) Extensible to allow plugins to override common URLs (e.g. Blue Ocean or another future secondary UI)

    Implementations should generally extend ClassicDisplayURLProvider and delegate to it for unsupported builds instead of extending this class directly.