Package | Description |
---|---|
com.atlassian.jira.project |
Modifier and Type | Method and Description |
---|---|
RemoteProject |
RemoteProject.Builder.build() |
static RemoteProject |
RemoteProject.from(com.atlassian.applinks.api.ApplicationLink applicationLink,
JSONObject jsonObject) |
static RemoteProject |
RemoteProject.from(Project project)
Build a Network project instance from a local Project.
|
RemoteProject |
RemoteProjectServiceImpl.getRemoteProject(com.atlassian.applinks.api.ApplicationLink applicationLink,
String key) |
RemoteProject |
RemoteProjectService.getRemoteProject(com.atlassian.applinks.api.ApplicationLink applicationLink,
String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteProject> |
RemoteProjectService.RemoteProjectsResult.getProjects()
Returns the remote projects that were successfully retrieved.
|
Constructor and Description |
---|
RemoteProjectsResult(List<RemoteProject> projects,
Collection<UnauthorisedAppLink> unauthorisedAppLinks,
Collection<String> connectionErrors) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.