com.atlassian.bamboo.pageobjects.pages.admin
Class GlobalVariablesPage

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.GlobalVariablesPage
All Implemented Interfaces:
SideMenuAdminPage, com.atlassian.pageobjects.Page

public class GlobalVariablesPage
extends AbstractBambooAdminPage
implements SideMenuAdminPage


Field Summary
 
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, testedProduct
 
Constructor Summary
GlobalVariablesPage()
           
 
Method Summary
 void addPasswordVariable(String variableKey, String variableValue)
           
 void addVariable(String variableKey, String variableValue)
           
 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.
 
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

GlobalVariablesPage

public GlobalVariablesPage()
Method Detail

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

getUrl

public String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page

addVariable

public void addVariable(String variableKey,
                        String variableValue)

addPasswordVariable

public void addPasswordVariable(String variableKey,
                                String variableValue)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.