java.lang.Object |
↳ |
com.atlassian.jira.plugin.viewissue.issuelink.IssueLinkContext |
Class Overview
Issue link context object. Used by the velocity template renderer.
Summary
Public Methods |
boolean
|
equals(Object o)
|
String
|
getDeleteUrl()
|
String
|
getHtml()
|
String
|
getHtmlElementId()
|
Long
|
getId()
|
Map<String, Object>
|
getMap()
|
int
|
hashCode()
|
boolean
|
isRemote()
|
boolean
|
isRequiresAsyncLoading()
|
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)
|
String
|
toString()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
boolean
equals
(Object o)
public
String
getHtmlElementId
()
public
boolean
isRemote
()
public
boolean
isRequiresAsyncLoading
()