public class

HelpUrlFunction

extends AbstractHelpFunction
java.lang.Object
   ↳ com.atlassian.jira.soy.AbstractHelpFunction
     ↳ com.atlassian.jira.soy.HelpUrlFunction

Class Overview

getJiraHelpUrl('help_url_key_here') soy function.

Soy function that returns the help URL for the provided help key.

Summary

Public Constructors
HelpUrlFunction(HelpUrls helpUrls)
Public Methods
String getName()
[Expand]
Inherited Methods
From class com.atlassian.jira.soy.AbstractHelpFunction
From class java.lang.Object
From interface com.atlassian.soy.renderer.SoyClientFunction
From interface com.atlassian.soy.renderer.SoyFunction
From interface com.atlassian.soy.renderer.SoyServerFunction

Public Constructors

public HelpUrlFunction (HelpUrls helpUrls)

Public Methods

public String getName ()