com.atlassian.jira.gadgets.system
Class BugzillaIdSearchResource

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.AbstractResource
      extended by com.atlassian.jira.gadgets.system.BugzillaIdSearchResource

public class BugzillaIdSearchResource
extends AbstractResource

REST endpoint for looking up issues based on their bugzilla ID.

Since:
v4.0

Constructor Summary
BugzillaIdSearchResource(SearchService searchService, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory velocityRequestContextFactory)
           
 
Method Summary
 javax.ws.rs.core.Response searchBugzillaIssue(String idParam)
           
 javax.ws.rs.core.Response validate(String baseUrl)
           
 
Methods inherited from class com.atlassian.jira.gadgets.system.AbstractResource
createErrorResponse, createIndexingUnavailableResponse, createValidationResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugzillaIdSearchResource

public BugzillaIdSearchResource(SearchService searchService,
                                JiraAuthenticationContext authenticationContext,
                                VelocityRequestContextFactory velocityRequestContextFactory)
Method Detail

searchBugzillaIssue

public javax.ws.rs.core.Response searchBugzillaIssue(String idParam)
                                              throws SearchException
Throws:
SearchException

validate

public javax.ws.rs.core.Response validate(String baseUrl)


Copyright © 2002-2013 Atlassian. All Rights Reserved.