Uses of Class
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.RemoteVersionLinkResult

Packages that use RemoteVersionLinkService.RemoteVersionLinkResult
com.atlassian.jira.bc.project.version.remotelink   
 

Uses of RemoteVersionLinkService.RemoteVersionLinkResult in com.atlassian.jira.bc.project.version.remotelink
 

Methods in com.atlassian.jira.bc.project.version.remotelink that return RemoteVersionLinkService.RemoteVersionLinkResult
 RemoteVersionLinkService.RemoteVersionLinkResult RemoteVersionLinkServiceImpl.getRemoteVersionLinkByVersionIdAndGlobalId(ApplicationUser user, Long versionId, String globalId)
           
 RemoteVersionLinkService.RemoteVersionLinkResult RemoteVersionLinkService.getRemoteVersionLinkByVersionIdAndGlobalId(ApplicationUser user, Long versionId, String globalId)
          Retrieves the remote version link that links with the given JIRA version and has the given globalId.
 RemoteVersionLinkService.RemoteVersionLinkResult RemoteVersionLinkServiceImpl.put(ApplicationUser user, RemoteVersionLinkService.PutValidationResult putValidationResult)
           
 RemoteVersionLinkService.RemoteVersionLinkResult RemoteVersionLinkService.put(ApplicationUser user, RemoteVersionLinkService.PutValidationResult putValidationResult)
          Creates a remote version link using the validated request returned by a prior call to RemoteVersionLinkService.validatePut(ApplicationUser, Long, String, String)
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.