com.atlassian.bamboo.pageobjects.pages.admin.bulk
Class SelectBulkActionPage

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
      extended by com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
          extended by 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().


Field Summary
 
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, testedProduct
 
Constructor Summary
SelectBulkActionPage()
           
 
Method Summary
 String getUrl()
           
 com.atlassian.pageobjects.elements.PageElement indicator()
          This must return an element whose presence indicates that we're on given page.
 String linkId()
          ID of the link in the side menu.
 ChoosePlansForBulkActionsPage next()
           
 SelectBulkActionPage withSelectedBulkAction(String bulkActionKey)
           
 
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
getStateBanner, sideMenu
 
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
doWait, ensureIndicatorPresent, getHeader, isAdmin, isLoggedIn, isPageLoaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectBulkActionPage

public SelectBulkActionPage()
Method Detail

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.