com.atlassian.jira.gadgets.system
Class BugzillaIdSearchResource
java.lang.Object
com.atlassian.jira.gadgets.system.AbstractResource
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugzillaIdSearchResource
public BugzillaIdSearchResource(SearchService searchService,
JiraAuthenticationContext authenticationContext,
VelocityRequestContextFactory velocityRequestContextFactory)
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-2012 Atlassian. All Rights Reserved.