@ExperimentalApi
public interface RemoteProjectService
This service is marked as experimental because it is still being actively developed.
Modifier and Type | Interface and Description |
---|---|
static class |
RemoteProjectService.RemoteProjectsResult |
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) |
RemoteProject getRemoteProject(com.atlassian.applinks.api.ApplicationLink applicationLink, String key) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException
com.atlassian.applinks.api.CredentialsRequiredException
com.atlassian.sal.api.net.ResponseException
RemoteProjectService.RemoteProjectsResult findAllRemoteProjects()
Copyright © 2002-2021 Atlassian. All Rights Reserved.