com.atlassian.jira.bc.issue.link
Class RemoteIssueLinkService.RemoteIssueLinkResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkResult
- All Implemented Interfaces:
- ServiceResult
- Direct Known Subclasses:
- RemoteIssueLinkService.CreateValidationResult, RemoteIssueLinkService.UpdateValidationResult
- Enclosing interface:
- RemoteIssueLinkService
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRemoteIssueLink
public RemoteIssueLink getRemoteIssueLink()
Copyright © 2002-2012 Atlassian. All Rights Reserved.