com.atlassian.bamboo.pageobjects.pages.admin.bulk
Class SelectBulkActionPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
com.atlassian.bamboo.pageobjects.pages.admin.bulk.SelectBulkActionPage
- All Implemented Interfaces:
- SideMenuAdminPage, com.atlassian.pageobjects.Page
public class SelectBulkActionPage
- extends AbstractBambooAdminPage
- implements SideMenuAdminPage
Step 1 of 5. Select bulk action.
You should start executing bulk actions by visiting this page and progressing by clicking next()
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectBulkActionPage
public SelectBulkActionPage()
getUrl
public String getUrl()
- Specified by:
getUrl
in interface com.atlassian.pageobjects.Page
linkId
public String linkId()
- Description copied from interface:
SideMenuAdminPage
- ID of the link in the side menu.
- Specified by:
linkId
in interface SideMenuAdminPage
- Returns:
- ID of the link in the side menu
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 class AbstractBambooPage
- Returns:
- element uniquely identifying given page
withSelectedBulkAction
public SelectBulkActionPage withSelectedBulkAction(@NotNull
String bulkActionKey)
next
public ChoosePlansForBulkActionsPage next()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.