@ExperimentalApi
public interface HelpUrl
isLocal() == true
) or to a page hosted on an external site.Modifier and Type | Method and Description |
---|---|
String |
getAlt()
The alternate text for the URL.
|
String |
getDescription()
The description text for the URL.
|
String |
getKey()
The key the URL is registered under.
|
String |
getTitle()
The title for the URL.
|
String |
getUrl()
The URL for the help.
|
boolean |
isLocal()
Indicates if the URL is for JIRA internal help (i.e.
|
String getUrl()
String getAlt()
String getDescription()
String getTitle()
String getKey()
boolean isLocal()
true
when the URL is designed to be served by JIRA or false
otherwise.Copyright © 2002-2015 Atlassian. All Rights Reserved.