com.atlassian.bamboo.pageobjects.pages.admin
Class GlobalVariablesPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.admin.AbstractBambooAdminPage
com.atlassian.bamboo.pageobjects.pages.admin.GlobalVariablesPage
- All Implemented Interfaces:
- SideMenuAdminPage, com.atlassian.pageobjects.Page
public class GlobalVariablesPage
- extends AbstractBambooAdminPage
- implements SideMenuAdminPage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalVariablesPage
public GlobalVariablesPage()
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.