public class RemoteProjectServiceImpl extends Object implements RemoteProjectService
RemoteProjectService.RemoteProjectsResult| Constructor and Description |
|---|
RemoteProjectServiceImpl(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService) |
| Modifier and Type | Method and Description |
|---|---|
RemoteProjectService.RemoteProjectsResult |
findAllRemoteProjects()
Finds all the projects that the currently logged in user can see in all the linked JIRA instances.
|
RemoteProject |
getRemoteProject(com.atlassian.applinks.api.ApplicationLink applicationLink,
String key) |
public RemoteProjectServiceImpl(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
public RemoteProject getRemoteProject(com.atlassian.applinks.api.ApplicationLink applicationLink, String key) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException
getRemoteProject in interface RemoteProjectServicecom.atlassian.applinks.api.CredentialsRequiredExceptioncom.atlassian.sal.api.net.ResponseExceptionpublic RemoteProjectService.RemoteProjectsResult findAllRemoteProjects()
RemoteProjectServicefindAllRemoteProjects in interface RemoteProjectServiceCopyright © 2002-2018 Atlassian. All Rights Reserved.