Class IssueLinkModel
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel
Represents the links to and from an issue. Loosely based on what
LinkBlockContextProvider
would export.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
linkingEnabled
public boolean linkingEnabled -
defaultLinkIcon
-
canLink
public boolean canLink -
hasIssueLinks
public boolean hasIssueLinks -
issueLinkTypeEntries
-
-
Constructor Details
-
IssueLinkModel
public IssueLinkModel()
-