com.atlassian.jira.bc.project.version.remotelink
Class RemoteVersionLinkService.RemoteVersionLinkResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.RemoteVersionLinkResult
- All Implemented Interfaces:
- ServiceResult
- Enclosing interface:
- RemoteVersionLinkService
@PublicApi
public static class RemoteVersionLinkService.RemoteVersionLinkResult
- extends ServiceResultImpl
Holds the information about performing a remote version link operation.
This object should not be constructed directly; you should invoke
RemoteVersionLinkService.put(ApplicationUser, PutValidationResult) or
RemoteVersionLinkService.getRemoteVersionLinkByVersionIdAndGlobalId(ApplicationUser,Long,String)
to obtain this.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRemoteVersionLink
public RemoteVersionLink getRemoteVersionLink()
Copyright © 2002-2014 Atlassian. All Rights Reserved.