public class GroupsAdminPage extends AbstractBambooPage
Modifier and Type | Class and Description |
---|---|
static class |
GroupsAdminPage.Group |
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
GroupsAdminPage() |
Modifier and Type | Method and Description |
---|---|
GroupsAdminPage |
createGroup(String groupName) |
GroupsAdminPage |
deleteGroup(String groupName) |
EditGroupPage |
editGroup(String name) |
List<String> |
getExistingGroupNames() |
List<GroupsAdminPage.Group> |
getGroups() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public EditGroupPage editGroup(String name)
public GroupsAdminPage createGroup(String groupName)
public GroupsAdminPage deleteGroup(String groupName)
public List<GroupsAdminPage.Group> getGroups()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.