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