public class IssueLink extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IssueLink.Builder |
Modifier and Type | Method and Description |
---|---|
static IssueLink.Builder |
builder() |
String |
getDeleteUrl()
Returns the URL to delete the link.
|
String |
getIconUrl()
Returns the icon URL.
|
String |
getPriorityIconUrl()
Returns the URL of the priority icon.
|
String |
getRelationship()
Returns the relationship of the link to the issue.
|
String |
getStatus()
Returns the URL of the status icon.
|
String |
getSummary()
Returns the summary of the link.
|
String |
getTitle()
Returns the title.
|
String |
getUrl()
Returns the URL of the link.
|
boolean |
hasPriority()
Returns trueif the link has a priority.
|
boolean |
hasStatus()
Returns true if the link has a status.
|
boolean |
isResolved()
Returns true if the link target has been resolved
|
String |
toString() |
public String getRelationship()
public String getTitle()
public String getUrl()
public String getSummary()
public String getIconUrl()
public String getDeleteUrl()
public boolean hasPriority()
public String getPriorityIconUrl()
public boolean hasStatus()
public String getStatus()
public boolean isResolved()
public static IssueLink.Builder builder()
Copyright © 2002-2015 Atlassian. All Rights Reserved.