com.atlassian.jira.rest.v2.issue
Class RemoteIssueLinkBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.RemoteIssueLinkBean

public class RemoteIssueLinkBean
extends Object

Bean to represent remote issue links.

Since:
v5.0

Constructor Summary
RemoteIssueLinkBean(Long id, URI self, String globalId, String applicationType, String applicationName, String relationship, String url, String title, String summary, String iconUrl, String iconTitle, Boolean resolved, String statusIconUrl, String statusIconTitle, String statusIconLink)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIssueLinkBean

public RemoteIssueLinkBean(Long id,
                           URI self,
                           String globalId,
                           String applicationType,
                           String applicationName,
                           String relationship,
                           String url,
                           String title,
                           String summary,
                           String iconUrl,
                           String iconTitle,
                           Boolean resolved,
                           String statusIconUrl,
                           String statusIconTitle,
                           String statusIconLink)


Copyright © 2002-2012 Atlassian. All Rights Reserved.