public class ConfigureEnvironmentVariablesPage extends AbstractBambooPage implements VariableEditorPage
driver, elementFinder, pageBinder, poller, testedProduct| Constructor and Description |
|---|
ConfigureEnvironmentVariablesPage(String environmentId) |
| Modifier and Type | Method and Description |
|---|---|
ConfigureEnvironmentVariablesPage |
addVariable(Consumer<InlineVariableEditComponent> consumer) |
ConfigureDeploymentProjectPage |
backToDeploymentProject() |
boolean |
canAddVariable() |
ConfigureEnvironmentVariablesPage |
editVariable(String key,
Consumer<InlineVariableEditComponent> consumer) |
String |
getUrl() |
int |
getVariablesCount() |
String |
getVariableValue(String key) |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKeypublic ConfigureEnvironmentVariablesPage(String environmentId)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic ConfigureEnvironmentVariablesPage addVariable(Consumer<InlineVariableEditComponent> consumer)
addVariable in interface VariableEditorPagepublic ConfigureEnvironmentVariablesPage editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
editVariable in interface VariableEditorPagepublic String getVariableValue(String key)
getVariableValue in interface VariableEditorPagepublic int getVariablesCount()
getVariablesCount in interface VariableEditorPagepublic ConfigureDeploymentProjectPage backToDeploymentProject()
public boolean canAddVariable()
canAddVariable in interface VariableEditorPageCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.