Uses of Class
com.atlassian.jira.project.RemoteProject

Packages that use RemoteProject
com.atlassian.jira.project   
 

Uses of RemoteProject in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return RemoteProject
 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)
           
 

Methods in com.atlassian.jira.project that return types with arguments of type RemoteProject
 List<RemoteProject> RemoteProjectService.RemoteProjectsResult.getProjects()
          Returns the remote projects that were successfully retrieved.
 

Constructor parameters in com.atlassian.jira.project with type arguments of type RemoteProject
RemoteProjectService.RemoteProjectsResult(List<RemoteProject> projects, Collection<UnauthorisedAppLink> unauthorisedAppLinks, Collection<String> connectionErrors)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.