public class VariableConfigurationPage extends AbstractBambooPage implements VariableEditorPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts| Constructor and Description |
|---|
VariableConfigurationPage(PlanKey planKey) |
VariableConfigurationPage(PlanKey planKey,
boolean isBranch) |
VariableConfigurationPage(TestBuildDetails plan) |
| Modifier and Type | Method and Description |
|---|---|
VariableConfigurationPage |
addVariable(Consumer<InlineVariableEditComponent> consumer) |
boolean |
canAddVariable() |
VariableEditor |
editor() |
VariableConfigurationPage |
editVariable(String key,
Consumer<InlineVariableEditComponent> consumer) |
PlanKey |
getPlanKey() |
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, waitUntilElementIsVisiblepublic VariableConfigurationPage(TestBuildDetails plan)
public VariableConfigurationPage(PlanKey planKey)
public VariableConfigurationPage(PlanKey planKey, boolean isBranch)
public String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic VariableEditor editor()
public VariableConfigurationPage addVariable(Consumer<InlineVariableEditComponent> consumer)
addVariable in interface VariableEditorPagepublic VariableConfigurationPage editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
editVariable in interface VariableEditorPagepublic String getVariableValue(String key)
getVariableValue in interface VariableEditorPagepublic int getVariablesCount()
getVariablesCount in interface VariableEditorPagepublic PlanKey getPlanKey()
public boolean canAddVariable()
canAddVariable in interface VariableEditorPageCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.