com.atlassian.jira.rest.v1.jql
Class AutoCompleteResource

java.lang.Object
  extended by com.atlassian.jira.rest.v1.jql.AutoCompleteResource

public class AutoCompleteResource
extends Object

Rest end point for JQL Autocomplete suggestions.

Since:
v4.0

Nested Class Summary
static class AutoCompleteResource.AutoCompleteResult
           
static class AutoCompleteResource.AutoCompleteResultsWrapper
           
 
Constructor Summary
AutoCompleteResource(JiraAuthenticationContext authenticationContext, JqlStringSupport jqlStringSupport, SearchHandlerManager searchHandlerManager)
           
 
Method Summary
 javax.ws.rs.core.Response getIssuesResponse(String fieldName, String fieldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCompleteResource

public AutoCompleteResource(JiraAuthenticationContext authenticationContext,
                            JqlStringSupport jqlStringSupport,
                            SearchHandlerManager searchHandlerManager)
Method Detail

getIssuesResponse

public javax.ws.rs.core.Response getIssuesResponse(String fieldName,
                                                   String fieldValue)


Copyright © 2002-2011 Atlassian. All Rights Reserved.