com.atlassian.jira.bc.issue.link
Class RemoteIssueLinkService.RemoteIssueLinkResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
RemoteIssueLinkService.CreateValidationResult, RemoteIssueLinkService.UpdateValidationResult
Enclosing interface:
RemoteIssueLinkService

@PublicApi
public static class RemoteIssueLinkService.RemoteIssueLinkResult
extends ServiceResultImpl

Holds the information about performing a remote issue link operation. This object should not be constructed directly, you should invoke the RemoteIssueLinkService.getRemoteIssueLink(User, Long) or RemoteIssueLinkService.create(User, CreateValidationResult) or RemoteIssueLinkService.update(User, UpdateValidationResult) method to obtain this.


Method Summary
 RemoteIssueLink getRemoteIssueLink()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRemoteIssueLink

public RemoteIssueLink getRemoteIssueLink()


Copyright © 2002-2014 Atlassian. All Rights Reserved.