public class

RemoteProjectServiceImpl

extends Object
implements RemoteProjectService
java.lang.Object
   ↳ com.atlassian.jira.project.RemoteProjectServiceImpl

Summary

Public Constructors
RemoteProjectServiceImpl(ApplicationLinkService applicationLinkService)
Public Methods
RemoteProjectService.RemoteProjectsResult findAllRemoteProjects()
Finds all the projects that the currently logged in user can see in all the linked JIRA instances.
RemoteProject getRemoteProject(ApplicationLink applicationLink, String key)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.project.RemoteProjectService

Public Constructors

public RemoteProjectServiceImpl (ApplicationLinkService applicationLinkService)

Public Methods

public RemoteProjectService.RemoteProjectsResult findAllRemoteProjects ()

Finds all the projects that the currently logged in user can see in all the linked JIRA instances.

Returns
  • RemoteProjectsResult object that contains the projects found as well as extra information about servers that we couldn't reach.

public RemoteProject getRemoteProject (ApplicationLink applicationLink, String key)

Throws
CredentialsRequiredException
ResponseException