public static class

RemoteIssueLinkService.RemoteIssueLinkListResult

extends ServiceResultImpl
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkListResult

Class Overview

Holds the information about performing a remote issue link operation, when a list result is expected. This object should not be constructed directly, you should invoke the getRemoteIssueLinksForIssue(User, Issue) method to obtain this.

Summary

Public Methods
List<RemoteIssueLink> getRemoteIssueLinks()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Methods

public List<RemoteIssueLink> getRemoteIssueLinks ()