com.atlassian.confluence.it.admin
Class ManageGroups

java.lang.Object
  extended by com.atlassian.confluence.it.admin.ManageGroups

public final class ManageGroups
extends Object


Method Summary
 void addGroup(String groupName)
           
 boolean isGroupPresent(Group group)
           
 boolean isGroupPresent(String groupName)
           
 void removeGroup(String groupName)
           
static ManageGroups showAllGroups(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 ViewGroup viewGroup(Group group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showAllGroups

public static ManageGroups showAllGroups(net.sourceforge.jwebunit.junit.WebTester webTester)

isGroupPresent

public boolean isGroupPresent(String groupName)

isGroupPresent

public boolean isGroupPresent(Group group)

viewGroup

public ViewGroup viewGroup(Group group)

addGroup

public void addGroup(String groupName)

removeGroup

public void removeGroup(String groupName)


Copyright © 2003-2011 Atlassian. All Rights Reserved.