public class RemoteIssueLinkUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_RELATIONSHIP_I18N_KEY |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<IssueLinkContext>> |
convertToIssueLinkContexts(List<RemoteIssueLink> remoteIssueLinks,
Long issueId,
String baseUrl,
I18nHelper i18n,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
static String |
getFinalHtml(RemoteIssueLink remoteIssueLink,
com.atlassian.plugin.PluginAccessor pluginAccessor)
Returns the final HTML for the remote issue link.
|
public static final String DEFAULT_RELATIONSHIP_I18N_KEY
public static Map<String,List<IssueLinkContext>> convertToIssueLinkContexts(List<RemoteIssueLink> remoteIssueLinks, Long issueId, String baseUrl, I18nHelper i18n, com.atlassian.plugin.PluginAccessor pluginAccessor)
public static String getFinalHtml(RemoteIssueLink remoteIssueLink, com.atlassian.plugin.PluginAccessor pluginAccessor)
remoteIssueLink
- remote issue linkpluginAccessor
- plugin accessorIllegalStateException
- when the plugin providing the renderer is in invalid stateRuntimeException
- propagating from underlying RemoteIssueLinkRenderer implementationCopyright © 2002-2023 Atlassian. All Rights Reserved.