Class IssueLinkContext
java.lang.Object
com.atlassian.jira.plugin.viewissue.issuelink.IssueLinkContext
Issue link context object. Used by the velocity template renderer.
- Since:
- v5.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHtml()
getId()
getMap()
int
hashCode()
boolean
isRemote()
boolean
static IssueLinkContext
newLocalIssueLinkContext
(String htmlElementId, String deleteUrl, boolean remote, Map<String, Object> map) static IssueLinkContext
newRemoteIssueLinkContext
(String htmlElementId, String deleteUrl, boolean remote, String html, Long id, boolean requiresAsyncLoading) toString()
-
Method Details
-
getMap
-
getHtmlElementId
-
getHtml
-
getDeleteUrl
-
isRemote
public boolean isRemote() -
getId
-
isRequiresAsyncLoading
public boolean isRequiresAsyncLoading() -
newRemoteIssueLinkContext
public static IssueLinkContext newRemoteIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, String html, Long id, boolean requiresAsyncLoading) -
newLocalIssueLinkContext
-
equals
-
hashCode
public int hashCode() -
toString
-