com.atlassian.jira.util
Interface JiraContactHelper

All Known Implementing Classes:
JiraContactHelperImpl

public interface JiraContactHelper

Helper for getting User Contact information links

Since:
v4.4

Method Summary
 String getAdministratorContactLinkHtml(String baseUrl, I18nHelper i18nHelper)
          Get the full link text for the contact administration message as a snippet.
 String getAdministratorContactMessage(I18nHelper i18nHelper)
          Get the text for the contact administration message as a snippet.
 

Method Detail

getAdministratorContactLinkHtml

String getAdministratorContactLinkHtml(String baseUrl,
                                       I18nHelper i18nHelper)
Get the full link text for the contact administration message as a snippet. This message is not puncuated or capatilised and should be able to be inserted within a more complete message. in English "contact your Jira Administrators"

Parameters:
baseUrl - Base Url of the application
i18nHelper - i18NHelper
Returns:
String containing HTML

getAdministratorContactMessage

String getAdministratorContactMessage(I18nHelper i18nHelper)
Get the text for the contact administration message as a snippet. This message is not puncuated or capatilised and should be able to be inserted within a more complete message. If you want a hyperlink then use getAdministratorContactLinkHtml(String baseUrl, I18nHelper i18nHelper) in English "contact your Jira Administrators"

Parameters:
i18nHelper - i18NHelper
Returns:
String containing HTML


Copyright © 2002-2012 Atlassian. All Rights Reserved.