com.atlassian.greenhopper.web.rapid.issue.issuelink
Class IssueLinkModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel

public class IssueLinkModel
extends RestTemplate

Represents the links to and from an issue. Loosely based on what LinkBlockContextProvider would export.


Nested Class Summary
static class IssueLinkModel.IssueLinkEntry
           
static class IssueLinkModel.IssueLinkTypeEntry
           
static class IssueLinkModel.LocalIssueLinkEntry
           
static class IssueLinkModel.RemoteIssueLinkEntry
           
 
Field Summary
 boolean canLink
           
 java.lang.String defaultLinkIcon
           
 boolean hasIssueLinks
           
 java.util.List<IssueLinkModel.IssueLinkTypeEntry> issueLinkTypeEntries
           
 boolean linkingEnabled
           
 
Constructor Summary
IssueLinkModel()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

linkingEnabled

public boolean linkingEnabled

defaultLinkIcon

public java.lang.String defaultLinkIcon

canLink

public boolean canLink

hasIssueLinks

public boolean hasIssueLinks

issueLinkTypeEntries

public java.util.List<IssueLinkModel.IssueLinkTypeEntry> issueLinkTypeEntries
Constructor Detail

IssueLinkModel

public IssueLinkModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.