public final class ManageGroups extends Object
Modifier and Type | Method and 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) |
public static final String TITLE
public static ManageGroups showAllGroups()
public static ManageGroups showAllGroups(net.sourceforge.jwebunit.junit.WebTester tester)
public boolean isGroupPresent(String groupName)
public boolean isGroupPresent(Group group)
public boolean canRemoveGroup(Group group)
public ManageGroups removeGroup(Group group)
public ManageGroups forceRemoveGroup(Group group)
Copyright © 2003–2018 Atlassian. All rights reserved.