public class ConfigureEnvironmentVariablesPage extends AbstractBambooPage implements VariableEditorPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
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.
|
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public ConfigureEnvironmentVariablesPage(String environmentId)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
public ConfigureEnvironmentVariablesPage addVariable(Consumer<InlineVariableEditComponent> consumer)
addVariable
in interface VariableEditorPage
public ConfigureEnvironmentVariablesPage editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
editVariable
in interface VariableEditorPage
public String getVariableValue(String key)
getVariableValue
in interface VariableEditorPage
public int getVariablesCount()
getVariablesCount
in interface VariableEditorPage
public ConfigureDeploymentProjectPage backToDeploymentProject()
public boolean canAddVariable()
canAddVariable
in interface VariableEditorPage
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.