com.atlassian.jira.dev.backdoor
Class ServicesBackdoor

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

public class ServicesBackdoor
extends Object

Use this backdoor to manipulate Services as part of setup for tests.

This class should only be called by the ServicesControl.

Since:
v5.0

Nested Class Summary
static class ServicesBackdoor.ServiceBean
           
 
Constructor Summary
ServicesBackdoor(ServiceManager serviceManager)
           
 
Method Summary
 javax.ws.rs.core.Response getService(Long id)
           
 javax.ws.rs.core.Response getServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesBackdoor

public ServicesBackdoor(ServiceManager serviceManager)
Method Detail

getServices

public javax.ws.rs.core.Response getServices()
                                      throws Exception
Throws:
Exception

getService

public javax.ws.rs.core.Response getService(Long id)
                                     throws Exception
Throws:
Exception


Copyright © 2002-2012 Atlassian. All Rights Reserved.