com.atlassian.bamboo.plugins.testutils.rest.resource.user
Class GroupResource

java.lang.Object
  extended by com.atlassian.bamboo.plugins.testutils.rest.resource.user.GroupResource

@Singleton
public class GroupResource
extends Object


Constructor Summary
GroupResource(BambooUserManager userManager)
           
 
Method Summary
 javax.ws.rs.core.Response createGroup(String groupName)
           
 javax.ws.rs.core.Response deleteGroup(String groupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupResource

public GroupResource(BambooUserManager userManager)
Method Detail

createGroup

public javax.ws.rs.core.Response createGroup(String groupName)

deleteGroup

public javax.ws.rs.core.Response deleteGroup(String groupName)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.