com.atlassian.jira.dev.backdoor
Class PluginIndexConfigurationBackdoor

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.PluginIndexConfigurationBackdoor

public class PluginIndexConfigurationBackdoor
extends Object

Backdoor for retrieving plugin index configurations.

Since:
v6.2

Constructor Summary
PluginIndexConfigurationBackdoor()
           
 
Method Summary
 javax.ws.rs.core.Response getDocumentsForEntity(String entityKey)
           
 javax.ws.rs.core.Response putDocumentConfiguration(String pluginKey, String moduleKey, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginIndexConfigurationBackdoor

public PluginIndexConfigurationBackdoor()
Method Detail

getDocumentsForEntity

public javax.ws.rs.core.Response getDocumentsForEntity(String entityKey)

putDocumentConfiguration

public javax.ws.rs.core.Response putDocumentConfiguration(String pluginKey,
                                                          String moduleKey,
                                                          @Context
                                                          javax.servlet.http.HttpServletRequest request)
                                                   throws IOException
Throws:
IOException


Copyright © 2002-2014 Atlassian. All Rights Reserved.