Class HelpTitleFunction

java.lang.Object
com.atlassian.jira.soy.AbstractHelpFunction
com.atlassian.jira.soy.HelpTitleFunction
All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction, com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<String>

public class HelpTitleFunction extends AbstractHelpFunction
getJiraHelpTitle('help_url_key_here') soy function.

Soy function that returns the title for a help URL specified by the provided help key.

Since:
v7.0
  • Constructor Details

    • HelpTitleFunction

      public HelpTitleFunction(HelpUrls helpUrls)
  • Method Details

    • getName

      public String getName()