com.atlassian.confluence.it.admin
Class ManageGroups
java.lang.Object
com.atlassian.confluence.it.admin.ManageGroups
public final class ManageGroups
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
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.
viewGroup
public ViewGroup viewGroup(Group group)
Copyright © 2003–2015 Atlassian. All rights reserved.