com.atlassian.jira.bc.project.version.remotelink
Class RemoteVersionLinkService.RemoteVersionLinkListResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.RemoteVersionLinkListResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
RemoteVersionLinkService

public static class RemoteVersionLinkService.RemoteVersionLinkListResult
extends ServiceResultImpl

Holds the information about performing a remote version link operation, when a list result is expected. This object should not be constructed directly; you should invoke RemoteVersionLinkService.getRemoteVersionLinksByVersionId(ApplicationUser, Long) or RemoteVersionLinkService.getRemoteVersionLinksByGlobalId(ApplicationUser, String) to obtain this.


Method Summary
 List<RemoteVersionLink> getRemoteVersionLinks()
           
 
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

getRemoteVersionLinks

public List<RemoteVersionLink> getRemoteVersionLinks()


Copyright © 2002-2014 Atlassian. All Rights Reserved.