Class GroupsAdminPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.admin.GroupsAdminPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class GroupsAdminPage extends AbstractBambooPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupsAdminPage.ConfirmationDialog
static class
GroupsAdminPage.TableComponent
static class
GroupsAdminPage.TableRow
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct
-
-
Constructor Summary
Constructors Constructor Description GroupsAdminPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupsAdminPage
deleteGroup(String name)
String
deleteGroupExpectingErrors(String name)
EditGroupPage
editGroup(String name)
Iterable<String>
getExistingGroupNames()
String
getUrl()
com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.boolean
isCreateGroupButtonVisible()
GroupsAdminPage
setFilter(String filterValue, String resultFilteredOut)
Set inifnite scroll table filter-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
Description copied from class:AbstractBambooPage
This must return an element whose presence indicates that we're on given page.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
isCreateGroupButtonVisible
public boolean isCreateGroupButtonVisible()
-
editGroup
public EditGroupPage editGroup(String name)
-
deleteGroup
public GroupsAdminPage deleteGroup(String name)
-
setFilter
public GroupsAdminPage setFilter(String filterValue, String resultFilteredOut)
Set inifnite scroll table filter- Parameters:
filterValue
- filterresultFilteredOut
- group name that will be filtered out of the table. Used to check if the table has reloaded.
-
-