public class GroupsDialog extends Object
Constructor and Description |
---|
GroupsDialog() |
Modifier and Type | Method and Description |
---|---|
void |
addGroups(String... groupNames) |
void |
close() |
protected String |
extractGroupName(com.atlassian.pageobjects.elements.PageElement row) |
protected List<com.atlassian.pageobjects.elements.PageElement> |
getAllowedGroupRows() |
List<String> |
getSelectedGroups() |
void |
init() |
void |
removeAllowedGroup(String groupName) |
void |
selectGroup(String groupName) |
String |
submit(boolean expectSuccess) |
public void init()
public void addGroups(String... groupNames)
public void removeAllowedGroup(String groupName)
public void selectGroup(String groupName)
public void close()
public String submit(boolean expectSuccess)
protected String extractGroupName(com.atlassian.pageobjects.elements.PageElement row)
protected List<com.atlassian.pageobjects.elements.PageElement> getAllowedGroupRows()
Copyright © 2021 Atlassian. All rights reserved.