Interface SimpleLink
- All Superinterfaces:
SimpleLinkSection
- All Known Implementing Classes:
MockSimpleLink
,SimpleLinkImpl
A simple link representation.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionThe access key used to quickly select linkgetUrl()
The URL that the link points to.Methods inherited from interface com.atlassian.jira.plugin.webfragment.model.SimpleLinkSection
getIconUrl, getId, getLabel, getParams, getStyleClass, getTitle, getWeight
-
Method Details
-
getUrl
The URL that the link points to. This should never be null.- Returns:
- The URL that the link points to
-
getAccessKey
String getAccessKey()The access key used to quickly select link- Returns:
- The access key used to quickly select link
-