com.atlassian.confluence.it.admin
Class ManageGroups

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

public final class ManageGroups
extends java.lang.Object


Field Summary
static java.lang.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(java.lang.String groupName)
           
 ManageGroups removeGroup(Group group)
           
static ManageGroups showAllGroups()
           
static ManageGroups showAllGroups(net.sourceforge.jwebunit.junit.WebTester tester)
           
 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 java.lang.String TITLE
See Also:
Constant Field Values
Method Detail

showAllGroups

public static ManageGroups showAllGroups()

showAllGroups

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

isGroupPresent

public boolean isGroupPresent(java.lang.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-2014 Atlassian. All Rights Reserved.