com.atlassian.jira.plugin.link.remotejira.rest.resource
Class RemoteJiraRestResource

java.lang.Object
  extended by com.atlassian.jira.plugin.link.remotejira.rest.resource.RemoteJiraRestResource

public class RemoteJiraRestResource
extends Object

A remote JIRA-related REST resource for remote issue links.

Since:
v5.0

Constructor Summary
RemoteJiraRestResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, RemoteJiraRestService remoteJiraRestService, JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory beanFactory)
           
 
Method Summary
 javax.ws.rs.core.Response getPicker(String appId, String query, String currentJQL, String currentIssueKey, String currentProjectId, boolean showSubTasks, boolean showSubTaskParent)
           
 javax.ws.rs.core.Response getSearch(String appId, String jql, Integer maxResults)
           
 javax.ws.rs.core.Response getSearchAutoComplete(String appId, String fieldName, String fieldValue, String predicateName, String predicateValue)
           
 javax.ws.rs.core.Response getSearchAutoCompleteData(String appId)
           
 javax.ws.rs.core.Response getSearchAutoCompleteDataPre51(String appId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJiraRestResource

public RemoteJiraRestResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService,
                              RemoteJiraRestService remoteJiraRestService,
                              JiraAuthenticationContext jiraAuthenticationContext,
                              I18nHelper.BeanFactory beanFactory)
Method Detail

getPicker

public javax.ws.rs.core.Response getPicker(String appId,
                                           String query,
                                           String currentJQL,
                                           String currentIssueKey,
                                           String currentProjectId,
                                           boolean showSubTasks,
                                           boolean showSubTaskParent)

getSearch

public javax.ws.rs.core.Response getSearch(String appId,
                                           String jql,
                                           Integer maxResults)

getSearchAutoComplete

public javax.ws.rs.core.Response getSearchAutoComplete(String appId,
                                                       String fieldName,
                                                       String fieldValue,
                                                       String predicateName,
                                                       String predicateValue)

getSearchAutoCompleteData

public javax.ws.rs.core.Response getSearchAutoCompleteData(String appId)

getSearchAutoCompleteDataPre51

public javax.ws.rs.core.Response getSearchAutoCompleteDataPre51(String appId)


Copyright © 2002-2013 Atlassian. All Rights Reserved.