Uses of Interface
com.atlassian.bamboo.pageobjects.pages.variables.VariableEditorPage
-
-
Uses of VariableEditorPage in com.atlassian.bamboo.pageobjects.pages.deployment.environments
Classes in com.atlassian.bamboo.pageobjects.pages.deployment.environments that implement VariableEditorPage Modifier and Type Class Description class
ConfigureEnvironmentVariablesPage
-
Uses of VariableEditorPage in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Classes in com.atlassian.bamboo.pageobjects.pages.plan.configuration that implement VariableEditorPage Modifier and Type Class Description class
VariableConfigurationPage
-
Uses of VariableEditorPage in com.atlassian.bamboo.pageobjects.pages.variables
Methods in com.atlassian.bamboo.pageobjects.pages.variables that return VariableEditorPage Modifier and Type Method Description VariableEditorPage
VariableEditorPage. addVariable(Consumer<InlineVariableEditComponent> consumer)
VariableEditorPage
VariableEditorPage. editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
-