public class GroupBrowserPage extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
static class |
GroupBrowserPage.GroupListRow |
Modifier and Type | Field and Description |
---|---|
protected Iterable<com.atlassian.pageobjects.elements.PageElement> |
groupRows |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
GroupBrowserPage() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(String name) |
BulkEditGroupMembersPage |
editMembersOfGroup(String group) |
GroupBrowserPage |
filterGroups() |
GroupBrowserPage.GroupListRow |
findGroupByName(String name) |
Iterable<GroupBrowserPage.GroupListRow> |
getDisplayedGroups() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
GroupBrowserPage |
resetFilter() |
GroupBrowserPage |
setGroupNameFilter(String groupName) |
GroupBrowserPage |
setMaxGroupsPerPage(String option) |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
protected Iterable<com.atlassian.pageobjects.elements.PageElement> groupRows
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public GroupBrowserPage setMaxGroupsPerPage(String option)
public GroupBrowserPage setGroupNameFilter(String groupName)
public GroupBrowserPage filterGroups()
public GroupBrowserPage resetFilter()
public BulkEditGroupMembersPage editMembersOfGroup(String group)
public Iterable<GroupBrowserPage.GroupListRow> getDisplayedGroups()
public GroupBrowserPage.GroupListRow findGroupByName(String name)
public void addGroup(String name)
Copyright © 2002-2024 Atlassian. All Rights Reserved.