com.atlassian.confluence.it.admin
Class ManageGroups

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

public final class ManageGroups
extends Object


Field Summary
static String TITLE
           
 
Method Summary
 boolean canRemoveGroup(Group group)
           
 ManageGroups forceRemoveGroup(Group group)
          Directly trigger the remove group action, rather than attempting to click through via a 'Remove' link.
 boolean isGroupPresent(Group group)
           
 boolean isGroupPresent(String groupName)
           
 ManageGroups removeGroup(Group group)
           
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
 

Field Detail

TITLE

public static final String TITLE
See Also:
Constant Field Values
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)

canRemoveGroup

public boolean canRemoveGroup(Group group)

removeGroup

public ManageGroups removeGroup(Group group)

forceRemoveGroup

public ManageGroups forceRemoveGroup(Group group)
Directly trigger the remove group action, rather than attempting to click through via a 'Remove' link.


viewGroup

public ViewGroup viewGroup(Group group)


Copyright © 2003-2012 Atlassian. All Rights Reserved.