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 classGroupsAdminPage.ConfirmationDialogstatic classGroupsAdminPage.TableComponentstatic classGroupsAdminPage.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 GroupsAdminPagedeleteGroup(String name)StringdeleteGroupExpectingErrors(String name)EditGroupPageeditGroup(String name)Iterable<String>getExistingGroupNames()StringgetUrl()com.atlassian.pageobjects.elements.PageElementindicator()This must return an element whose presence indicates that we're on given page.booleanisCreateGroupButtonVisible()GroupsAdminPagesetFilter(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:AbstractBambooPageThis must return an element whose presence indicates that we're on given page.- Specified by:
indicatorin 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.
-
-