public class RemoteJiraRestResource extends Object
Constructor and Description |
---|
RemoteJiraRestResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService,
RemoteJiraRestService remoteJiraRestService,
JiraAuthenticationContext jiraAuthenticationContext,
I18nHelper.BeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
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) |
@Autowired public RemoteJiraRestResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, RemoteJiraRestService remoteJiraRestService, JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory beanFactory)
public javax.ws.rs.core.Response getPicker(String appId, String query, String currentJQL, String currentIssueKey, String currentProjectId, boolean showSubTasks, boolean showSubTaskParent)
public javax.ws.rs.core.Response getSearchAutoComplete(String appId, String fieldName, String fieldValue, String predicateName, String predicateValue)
public javax.ws.rs.core.Response getSearchAutoCompleteData(String appId)
public javax.ws.rs.core.Response getSearchAutoCompleteDataPre51(String appId)
Copyright © 2002-2019 Atlassian. All Rights Reserved.