public interface

HelpUrlsApplicationKeyProvider

com.atlassian.jira.help.HelpUrlsApplicationKeyProvider
Known Indirect Subclasses

Class Overview

Provides ApplicationKey for current user.

Summary

Public Methods
@Nonnull ApplicationKey getApplicationKeyForUser()
Returns application key that will be used as a key to load and then store help urls in cache,
@Deprecated boolean shouldParseLegacyHelpProperties()
This method is deprecated. since 7.0.1 as it always returns false now

Public Methods

@Nonnull public ApplicationKey getApplicationKeyForUser ()

Returns application key that will be used as a key to load and then store help urls in cache,

Returns
  • application key for current user

@Deprecated public boolean shouldParseLegacyHelpProperties ()

This method is deprecated.
since 7.0.1 as it always returns false now

Determines whether legacy help urls loader should be used. This will be removed after the renaissance is enabled by default.

Returns
  • true if legacy help urls should be loaded, false otherwise