public final class IssueLinkContext extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public String getHtmlElementId()
public String getHtml()
public String getDeleteUrl()
public boolean isRemote()
public Long getId()
public boolean isRequiresAsyncLoading()
public static IssueLinkContext newRemoteIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, String html, Long id, boolean requiresAsyncLoading)
public static IssueLinkContext newLocalIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, Map<String,Object> map)
Copyright © 2002-2018 Atlassian. All Rights Reserved.