Class ManageGroups
- java.lang.Object
-
- com.atlassian.confluence.it.admin.ManageGroups
-
public final class ManageGroups extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
static ManageGroups
showAllGroups(net.sourceforge.jwebunit.junit.WebTester tester)
ViewGroup
viewGroup(Group group)
-
-
-
Field Detail
-
TITLE
public static final 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(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.
-
-